#5E0A24

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

Shades of Pohutukawa #5E0A24

Tints of Pohutukawa #5E0A24

Color information

#5E0A24 (or 0x5E0A24) is unknown color: approx Pohutukawa. HEX triplet: 5E, 0A and 24. RGB value is (94,10,36). Sum of RGB (Red+Green+Blue) = 94+10+36=140 (18% of max value = 765). Red value is 94 (37.11% from 255 or 67.14% from 140); Green value is 10 (4.30% from 255 or 7.14% from 140); Blue value is 36 (14.45% from 255 or 25.71% from 140); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0A24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0A24 is #A1F5DB. Grayscale: #262626. Windows color (decimal): -10614236 or 2361950. OLE color: 2361950.

HSL color Cylindrical-coordinate representation of color #5E0A24: hue angle of 341.43º 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 #5E0A24 is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.63.

Color convert

RGB941036-
CMYK00.890.620.63
HSL341.43º80.77%20.39%-
HSV(B)341.43º89.36%36.86%-
XYZ5.042.721.93-
YUV38.08126.83167.89-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 67.14%
GREEN value IS 10 (4.30% from 255) = 7.14%
BLUE value IS 36 (14.45% from 255) = 25.71%
R=67.14%
G=7.14%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.62
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94103600.890.620.63341.4380.7720.39
Hex5EA240593E3F1555114
Octal13612440131767752512124
Binary1011110101010010001011001111110111111101010101101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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