#5F0111

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

Shades of Pohutukawa #5F0111

Tints of Pohutukawa #5F0111

Color information

#5F0111 (or 0x5F0111) is unknown color: approx Pohutukawa. HEX triplet: 5F, 01 and 11. RGB value is (95,1,17). Sum of RGB (Red+Green+Blue) = 95+1+17=113 (14% of max value = 765). Red value is 95 (37.5% from 255 or 84.07% from 113); Green value is 1 (0.78% from 255 or 0.88% from 113); Blue value is 17 (7.03% from 255 or 15.04% from 113); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0111 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F0111 is #A0FEEE. Grayscale: #1E1E1E. Windows color (decimal): -10551023 or 1114463. OLE color: 1114463.

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

Color convert

RGB95117-
CMYK00.990.820.63
HSL349.79º97.92%18.82%-
HSV(B)349.79º98.95%37.25%-
XYZ4.832.50.76-
YUV30.93120.14173.7-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 84.07%
GREEN value IS 1 (0.78% from 255) = 0.88%
BLUE value IS 17 (7.03% from 255) = 15.04%
R=84.07%
G=0.88%
B=15.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.82
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9511700.990.820.63349.7997.9218.82
Hex5F111063523F15e6213
Octal13712101431227753614223
Binary1011111110001011000111010010111111101011110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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