#5F010F

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

Shades of Pohutukawa #5F010F

Tints of Pohutukawa #5F010F

Color information

#5F010F (or 0x5F010F) is unknown color: approx Pohutukawa. HEX triplet: 5F, 01 and 0F. RGB value is (95,1,15). Sum of RGB (Red+Green+Blue) = 95+1+15=111 (14% of max value = 765). Red value is 95 (37.5% from 255 or 85.59% from 111); Green value is 1 (0.78% from 255 or 0.90% from 111); Blue value is 15 (6.25% from 255 or 13.51% from 111); Max value from RGB is 95 - color contains mainly: red. Hex color #5F010F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F010F is #A0FEF0. Grayscale: #1E1E1E. Windows color (decimal): -10551025 or 983391. OLE color: 983391.

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

Color convert

RGB95115-
CMYK00.990.840.63
HSL351.06º97.92%18.82%-
HSV(B)351.06º98.95%37.25%-
XYZ4.822.490.68-
YUV30.7119.14173.86-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 85.59%
GREEN value IS 1 (0.78% from 255) = 0.90%
BLUE value IS 15 (6.25% from 255) = 13.51%
R=85.59%
G=0.90%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.84
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9511500.990.840.63351.0697.9218.82
Hex5F1F063543F15f6213
Octal13711701431247753714223
Binary101111111111011000111010100111111101011111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F010F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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