#5E0A11

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

Shades of Pohutukawa #5E0A11

Tints of Pohutukawa #5E0A11

Color information

#5E0A11 (or 0x5E0A11) is unknown color: approx Pohutukawa. HEX triplet: 5E, 0A and 11. RGB value is (94,10,17). Sum of RGB (Red+Green+Blue) = 94+10+17=121 (16% of max value = 765). Red value is 94 (37.11% from 255 or 77.69% from 121); Green value is 10 (4.30% from 255 or 8.26% from 121); Blue value is 17 (7.03% from 255 or 14.05% from 121); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0A11 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E0A11 is #A1F5EE. Grayscale: #232323. Windows color (decimal): -10614255 or 1116766. OLE color: 1116766.

HSL color Cylindrical-coordinate representation of color #5E0A11: hue angle of 355º degrees, saturation: 0.81, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5E0A11 is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.63.

Color convert

RGB941017-
CMYK00.890.820.63
HSL355º80.77%20.39%-
HSV(B)355º89.36%36.86%-
XYZ4.832.640.79-
YUV35.91117.33169.43-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 77.69%
GREEN value IS 10 (4.30% from 255) = 8.26%
BLUE value IS 17 (7.03% from 255) = 14.05%
R=77.69%
G=8.26%
B=14.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.82
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94101700.890.820.6335580.7720.39
Hex5EA11059523F1635114
Octal136122101311227754312124
Binary1011110101010001010110011010010111111101100011101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,10,17); }

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

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

 a { background-color: rgb(94,10,17); }

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

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

 span { border-color: rgb(94,10,17); }

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