#5F080A

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

Shades of Pohutukawa #5F080A

Tints of Pohutukawa #5F080A

Color information

#5F080A (or 0x5F080A) is unknown color: approx Pohutukawa. HEX triplet: 5F, 08 and 0A. RGB value is (95,8,10). Sum of RGB (Red+Green+Blue) = 95+8+10=113 (14% of max value = 765). Red value is 95 (37.5% from 255 or 84.07% from 113); Green value is 8 (3.52% from 255 or 7.08% from 113); Blue value is 10 (4.30% from 255 or 8.85% from 113); Max value from RGB is 95 - color contains mainly: red. Hex color #5F080A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F080A is #A0F7F5. Grayscale: #222222. Windows color (decimal): -10549238 or 657503. OLE color: 657503.

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

Color convert

RGB95810-
CMYK00.920.890.63
HSL358.62º84.47%20.2%-
HSV(B)358.62º91.58%37.25%-
XYZ4.862.630.54-
YUV34.24114.32171.34-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 84.07%
GREEN value IS 8 (3.52% from 255) = 7.08%
BLUE value IS 10 (4.30% from 255) = 8.85%
R=84.07%
G=7.08%
B=8.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.89
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9581000.920.890.63358.6284.4720.2
Hex5F8A05C593F1675414
Octal137101201341317754712424
Binary101111110001010010111001011001111111101100111101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F080A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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