#5E1926

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

Shades of Pohutukawa #5E1926

Tints of Pohutukawa #5E1926

Color information

#5E1926 (or 0x5E1926) is unknown color: approx Pohutukawa. HEX triplet: 5E, 19 and 26. RGB value is (94,25,38). Sum of RGB (Red+Green+Blue) = 94+25+38=157 (20% of max value = 765). Red value is 94 (37.11% from 255 or 59.87% from 157); Green value is 25 (10.16% from 255 or 15.92% from 157); Blue value is 38 (15.23% from 255 or 24.20% from 157); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1926 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E1926 is #A1E6D9. Grayscale: #2F2F2F. Windows color (decimal): -10610394 or 2496862. OLE color: 2496862.

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

Color convert

RGB942538-
CMYK00.730.600.63
HSL348.7º57.98%23.33%-
HSV(B)348.7º73.4%36.86%-
XYZ5.313.212.17-
YUV47.11122.86161.44-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 59.87%
GREEN value IS 25 (10.16% from 255) = 15.92%
BLUE value IS 38 (15.23% from 255) = 24.20%
R=59.87%
G=15.92%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.60
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94253800.730.600.63348.757.9823.33
Hex5E19260493C3F15d3a17
Octal1363146011174775357227
Binary1011110110011001100100100111110011111110101110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E1926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,25,38); }

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

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

 a { background-color: rgb(94,25,38); }

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

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

 span { border-color: rgb(94,25,38); }

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