#5F020A

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

Shades of Pohutukawa #5F020A

Tints of Pohutukawa #5F020A

Color information

#5F020A (or 0x5F020A) is unknown color: approx Pohutukawa. HEX triplet: 5F, 02 and 0A. RGB value is (95,2,10). Sum of RGB (Red+Green+Blue) = 95+2+10=107 (14% of max value = 765). Red value is 95 (37.5% from 255 or 88.79% from 107); Green value is 2 (1.17% from 255 or 1.87% from 107); Blue value is 10 (4.30% from 255 or 9.35% from 107); Max value from RGB is 95 - color contains mainly: red. Hex color #5F020A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F020A is #A0FDF5. Grayscale: #1E1E1E. Windows color (decimal): -10550774 or 655967. OLE color: 655967.

HSL color Cylindrical-coordinate representation of color #5F020A: hue angle of 354.84º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5F020A is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.63.

Color convert

RGB95210-
CMYK00.980.890.63
HSL354.84º95.88%19.02%-
HSV(B)354.84º97.89%37.25%-
XYZ4.82.50.52-
YUV30.72116.31173.85-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 88.79%
GREEN value IS 2 (1.17% from 255) = 1.87%
BLUE value IS 10 (4.30% from 255) = 9.35%
R=88.79%
G=1.87%
B=9.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.89
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9521000.980.890.63354.8495.8819.02
Hex5F2A062593F1636013
Octal13721201421317754314023
Binary1011111101010011000101011001111111101100011110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F020A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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