#5E080E

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

Shades of Pohutukawa #5E080E

Tints of Pohutukawa #5E080E

Color information

#5E080E (or 0x5E080E) is unknown color: approx Pohutukawa. HEX triplet: 5E, 08 and 0E. RGB value is (94,8,14). Sum of RGB (Red+Green+Blue) = 94+8+14=116 (15% of max value = 765). Red value is 94 (37.11% from 255 or 81.03% from 116); Green value is 8 (3.52% from 255 or 6.90% from 116); Blue value is 14 (5.86% from 255 or 12.07% from 116); Max value from RGB is 94 - color contains mainly: red. Hex color #5E080E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E080E is #A1F7F1. Grayscale: #222222. Windows color (decimal): -10614770 or 919646. OLE color: 919646.

HSL color Cylindrical-coordinate representation of color #5E080E: hue angle of 355.81º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5E080E is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.63.

Color convert

RGB94814-
CMYK00.910.850.63
HSL355.81º84.31%20%-
HSV(B)355.81º91.49%36.86%-
XYZ4.782.590.66-
YUV34.4116.49170.51-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 81.03%
GREEN value IS 8 (3.52% from 255) = 6.90%
BLUE value IS 14 (5.86% from 255) = 12.07%
R=81.03%
G=6.90%
B=12.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.85
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9481400.910.850.63355.8184.3120
Hex5E8E05B553F1645414
Octal136101601331257754412424
Binary101111010001110010110111010101111111101100100101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E080E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,8,14); }

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

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

 a { background-color: rgb(94,8,14); }

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

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

 span { border-color: rgb(94,8,14); }

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