#5E1218

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

Shades of Pohutukawa #5E1218

Tints of Pohutukawa #5E1218

Color information

#5E1218 (or 0x5E1218) is unknown color: approx Pohutukawa. HEX triplet: 5E, 12 and 18. RGB value is (94,18,24). Sum of RGB (Red+Green+Blue) = 94+18+24=136 (18% of max value = 765). Red value is 94 (37.11% from 255 or 69.12% from 136); Green value is 18 (7.42% from 255 or 13.24% from 136); Blue value is 24 (9.77% from 255 or 17.65% from 136); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1218 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E1218 is #A1EDE7. Grayscale: #292929. Windows color (decimal): -10612200 or 1577566. OLE color: 1577566.

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

Color convert

RGB941824-
CMYK00.810.740.63
HSL355.26º67.86%21.96%-
HSV(B)355.26º80.85%36.86%-
XYZ52.881.16-
YUV41.41118.18165.51-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 69.12%
GREEN value IS 18 (7.42% from 255) = 13.24%
BLUE value IS 24 (9.77% from 255) = 17.65%
R=69.12%
G=13.24%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.74
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94182400.810.740.63355.2667.8621.96
Hex5E12180514A3F1634416
Octal136223001211127754310426
Binary10111101001011000010100011001010111111101100011100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E1218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,18,24); }

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

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

 a { background-color: rgb(94,18,24); }

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

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

 span { border-color: rgb(94,18,24); }

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