#5F080E

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

Shades of Pohutukawa #5F080E

Tints of Pohutukawa #5F080E

Color information

#5F080E (or 0x5F080E) is unknown color: approx Pohutukawa. HEX triplet: 5F, 08 and 0E. RGB value is (95,8,14). Sum of RGB (Red+Green+Blue) = 95+8+14=117 (15% of max value = 765). Red value is 95 (37.5% from 255 or 81.20% from 117); Green value is 8 (3.52% from 255 or 6.84% from 117); Blue value is 14 (5.86% from 255 or 11.97% from 117); Max value from RGB is 95 - color contains mainly: red. Hex color #5F080E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F080E is #A0F7F1. Grayscale: #222222. Windows color (decimal): -10549234 or 919647. OLE color: 919647.

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

Color convert

RGB95814-
CMYK00.920.850.63
HSL355.86º84.47%20.2%-
HSV(B)355.86º91.58%37.25%-
XYZ4.892.640.67-
YUV34.7116.32171.01-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 81.20%
GREEN value IS 8 (3.52% from 255) = 6.84%
BLUE value IS 14 (5.86% from 255) = 11.97%
R=81.20%
G=6.84%
B=11.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.85
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9581400.920.850.63355.8684.4720.2
Hex5F8E05C553F1645414
Octal137101601341257754412424
Binary101111110001110010111001010101111111101100100101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F080E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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