#5E0A20

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

Shades of Pohutukawa #5E0A20

Tints of Pohutukawa #5E0A20

Color information

#5E0A20 (or 0x5E0A20) is unknown color: approx Pohutukawa. HEX triplet: 5E, 0A and 20. RGB value is (94,10,32). Sum of RGB (Red+Green+Blue) = 94+10+32=136 (18% of max value = 765). Red value is 94 (37.11% from 255 or 69.12% from 136); Green value is 10 (4.30% from 255 or 7.35% from 136); Blue value is 32 (12.89% from 255 or 23.53% from 136); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0A20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0A20 is #A1F5DF. Grayscale: #252525. Windows color (decimal): -10614240 or 2099806. OLE color: 2099806.

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

Color convert

RGB941032-
CMYK00.890.660.63
HSL344.29º80.77%20.39%-
HSV(B)344.29º89.36%36.86%-
XYZ4.992.71.63-
YUV37.62124.83168.21-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 69.12%
GREEN value IS 10 (4.30% from 255) = 7.35%
BLUE value IS 32 (12.89% from 255) = 23.53%
R=69.12%
G=7.35%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.66
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94103200.890.660.63344.2980.7720.39
Hex5EA20059423F1585114
Octal136124001311027753012124
Binary10111101010100000010110011000010111111101011000101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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