#5A101B

Color #5A101B Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #5A101B

Tints of Pohutukawa #5A101B

Color information

#5A101B (or 0x5A101B) is unknown color: approx Pohutukawa. HEX triplet: 5A, 10 and 1B. RGB value is (90,16,27). Sum of RGB (Red+Green+Blue) = 90+16+27=133 (17% of max value = 765). Red value is 90 (35.55% from 255 or 67.67% from 133); Green value is 16 (6.64% from 255 or 12.03% from 133); Blue value is 27 (10.94% from 255 or 20.30% from 133); Max value from RGB is 90 - color contains mainly: red. Hex color #5A101B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A101B is #A5EFE4. Grayscale: #272727. Windows color (decimal): -10874853 or 1773658. OLE color: 1773658.

HSL color Cylindrical-coordinate representation of color #5A101B: hue angle of 351.08º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5A101B is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB901627-
CMYK00.820.700.65
HSL351.08º69.81%20.78%-
HSV(B)351.08º82.22%35.29%-
XYZ4.62.621.3-
YUV39.38121.02164.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 90 (35.55% from 255) = 67.67%
GREEN value IS 16 (6.64% from 255) = 12.03%
BLUE value IS 27 (10.94% from 255) = 20.30%
R=67.67%
G=12.03%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.70
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90162700.820.700.65351.0869.8120.78
Hex5A101B052464115f4615
Octal1322033012210610153710625
Binary101101010000110110101001010001101000001101011111100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A101B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A101B; }

 p { color: rgb(90,16,27); }

 H1.HeaderClassName
 {
   color: #5A101B;
 }
 .AnyTagClassName
 {
   color: #5A101B;
 }
</style>
background-color css

<style>
 a { background-color: #5A101B; }

 a { background-color: rgb(90,16,27); }

 div.DivClassName
 {
   background-color: #5A101B;
 }
 .BgClassName
 {
   background-color: #5A101B;
 }
</style>
border-color css

<style>
 span { border-color: #5A101B; }

 span { border-color: rgb(90,16,27); }

 td.TdClassName
 {
   border-color: #5A101B;
 }
 .TagClassName
 {
   border-color: #5A101B;
 }
</style>