#5F070A

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

Shades of Pohutukawa #5F070A

Tints of Pohutukawa #5F070A

Color information

#5F070A (or 0x5F070A) is unknown color: approx Pohutukawa. HEX triplet: 5F, 07 and 0A. RGB value is (95,7,10). Sum of RGB (Red+Green+Blue) = 95+7+10=112 (14% of max value = 765). Red value is 95 (37.5% from 255 or 84.82% from 112); Green value is 7 (3.12% from 255 or 6.25% from 112); Blue value is 10 (4.30% from 255 or 8.93% from 112); Max value from RGB is 95 - color contains mainly: red. Hex color #5F070A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F070A is #A0F8F5. Grayscale: #212121. Windows color (decimal): -10549494 or 657247. OLE color: 657247.

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

Color convert

RGB95710-
CMYK00.930.890.63
HSL357.95º86.27%20%-
HSV(B)357.95º92.63%37.25%-
XYZ4.852.610.53-
YUV33.65114.65171.76-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 84.82%
GREEN value IS 7 (3.12% from 255) = 6.25%
BLUE value IS 10 (4.30% from 255) = 8.93%
R=84.82%
G=6.25%
B=8.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.89
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9571000.930.890.63357.9586.2720
Hex5F7A05D593F1665614
Octal13771201351317754612624
Binary10111111111010010111011011001111111101100110101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F070A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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