#5F070F

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

Shades of Pohutukawa #5F070F

Tints of Pohutukawa #5F070F

Color information

#5F070F (or 0x5F070F) is unknown color: approx Pohutukawa. HEX triplet: 5F, 07 and 0F. RGB value is (95,7,15). Sum of RGB (Red+Green+Blue) = 95+7+15=117 (15% of max value = 765). Red value is 95 (37.5% from 255 or 81.20% from 117); Green value is 7 (3.12% from 255 or 5.98% from 117); Blue value is 15 (6.25% from 255 or 12.82% from 117); Max value from RGB is 95 - color contains mainly: red. Hex color #5F070F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F070F is #A0F8F0. Grayscale: #222222. Windows color (decimal): -10549489 or 984927. OLE color: 984927.

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

Color convert

RGB95715-
CMYK00.930.840.63
HSL354.55º86.27%20%-
HSV(B)354.55º92.63%37.25%-
XYZ4.882.620.7-
YUV34.22117.15171.35-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 81.20%
GREEN value IS 7 (3.12% from 255) = 5.98%
BLUE value IS 15 (6.25% from 255) = 12.82%
R=81.20%
G=5.98%
B=12.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.84
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9571500.930.840.63354.5586.2720
Hex5F7F05D543F1635614
Octal13771701351247754312624
Binary10111111111111010111011010100111111101100011101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F070F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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