#5F020C

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

Shades of Pohutukawa #5F020C

Tints of Pohutukawa #5F020C

Color information

#5F020C (or 0x5F020C) is unknown color: approx Pohutukawa. HEX triplet: 5F, 02 and 0C. RGB value is (95,2,12). Sum of RGB (Red+Green+Blue) = 95+2+12=109 (14% of max value = 765). Red value is 95 (37.5% from 255 or 87.16% from 109); Green value is 2 (1.17% from 255 or 1.83% from 109); Blue value is 12 (5.08% from 255 or 11.01% from 109); Max value from RGB is 95 - color contains mainly: red. Hex color #5F020C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F020C is #A0FDF3. Grayscale: #1F1F1F. Windows color (decimal): -10550772 or 787039. OLE color: 787039.

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

Color convert

RGB95212-
CMYK00.980.870.63
HSL353.55º95.88%19.02%-
HSV(B)353.55º97.89%37.25%-
XYZ4.812.50.58-
YUV30.95117.31173.69-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 87.16%
GREEN value IS 2 (1.17% from 255) = 1.83%
BLUE value IS 12 (5.08% from 255) = 11.01%
R=87.16%
G=1.83%
B=11.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.87
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9521200.980.870.63353.5595.8819.02
Hex5F2C062573F1626013
Octal13721401421277754214023
Binary1011111101100011000101010111111111101100010110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F020C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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