#5F070C

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

Shades of Pohutukawa #5F070C

Tints of Pohutukawa #5F070C

Color information

#5F070C (or 0x5F070C) is unknown color: approx Pohutukawa. HEX triplet: 5F, 07 and 0C. RGB value is (95,7,12). Sum of RGB (Red+Green+Blue) = 95+7+12=114 (15% of max value = 765). Red value is 95 (37.5% from 255 or 83.33% from 114); Green value is 7 (3.12% from 255 or 6.14% from 114); Blue value is 12 (5.08% from 255 or 10.53% from 114); Max value from RGB is 95 - color contains mainly: red. Hex color #5F070C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F070C is #A0F8F3. Grayscale: #212121. Windows color (decimal): -10549492 or 788319. OLE color: 788319.

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

Color convert

RGB95712-
CMYK00.930.870.63
HSL356.59º86.27%20%-
HSV(B)356.59º92.63%37.25%-
XYZ4.862.610.6-
YUV33.88115.65171.59-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 83.33%
GREEN value IS 7 (3.12% from 255) = 6.14%
BLUE value IS 12 (5.08% from 255) = 10.53%
R=83.33%
G=6.14%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.87
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9571200.930.870.63356.5986.2720
Hex5F7C05D573F1655614
Octal13771401351277754512624
Binary10111111111100010111011010111111111101100101101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F070C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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