#5E1524

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

Shades of Pohutukawa #5E1524

Tints of Pohutukawa #5E1524

Color information

#5E1524 (or 0x5E1524) is unknown color: approx Pohutukawa. HEX triplet: 5E, 15 and 24. RGB value is (94,21,36). Sum of RGB (Red+Green+Blue) = 94+21+36=151 (20% of max value = 765). Red value is 94 (37.11% from 255 or 62.25% from 151); Green value is 21 (8.59% from 255 or 13.91% from 151); Blue value is 36 (14.45% from 255 or 23.84% from 151); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1524 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E1524 is #A1EADB. Grayscale: #2C2C2C. Windows color (decimal): -10611420 or 2364766. OLE color: 2364766.

HSL color Cylindrical-coordinate representation of color #5E1524: hue angle of 347.67º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5E1524 is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.63.

Color convert

RGB942136-
CMYK00.780.620.63
HSL347.67º63.48%22.55%-
HSV(B)347.67º77.66%36.86%-
XYZ5.23.041.98-
YUV44.54123.18163.28-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 62.25%
GREEN value IS 21 (8.59% from 255) = 13.91%
BLUE value IS 36 (14.45% from 255) = 23.84%
R=62.25%
G=13.91%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.62
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94213600.780.620.63347.6763.4822.55
Hex5E152404E3E3F15c3f17
Octal1362544011676775347727
Binary1011110101011001000100111011111011111110101110011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E1524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,21,36); }

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

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

 a { background-color: rgb(94,21,36); }

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

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

 span { border-color: rgb(94,21,36); }

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