#5E1827

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

Shades of Pohutukawa #5E1827

Tints of Pohutukawa #5E1827

Color information

#5E1827 (or 0x5E1827) is unknown color: approx Pohutukawa. HEX triplet: 5E, 18 and 27. RGB value is (94,24,39). Sum of RGB (Red+Green+Blue) = 94+24+39=157 (20% of max value = 765). Red value is 94 (37.11% from 255 or 59.87% from 157); Green value is 24 (9.77% from 255 or 15.29% from 157); Blue value is 39 (15.62% from 255 or 24.84% from 157); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1827 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E1827 is #A1E7D8. Grayscale: #2E2E2E. Windows color (decimal): -10610649 or 2562142. OLE color: 2562142.

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

Color convert

RGB942439-
CMYK00.740.590.63
HSL347.14º59.32%23.14%-
HSV(B)347.14º74.47%36.86%-
XYZ5.313.182.25-
YUV46.64123.69161.78-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 59.87%
GREEN value IS 24 (9.77% from 255) = 15.29%
BLUE value IS 39 (15.62% from 255) = 24.84%
R=59.87%
G=15.29%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.59
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94243900.740.590.63347.1459.3223.14
Hex5E182704A3B3F15b3b17
Octal1363047011273775337327
Binary1011110110001001110100101011101111111110101101111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E1827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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