#5f0910

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

Shades of Pohutukawa #5F0910

Tints of Pohutukawa #5F0910

Color information

#5F0910 (or 0x5F0910) is unknown color: approx Pohutukawa. HEX triplet: 5F, 09 and 10. RGB value is (95,9,16). Sum of RGB (Red+Green+Blue) = 95+9+16=120 (15% of max value = 765). Red value is 95 (37.5% from 255 or 79.17% from 120); Green value is 9 (3.91% from 255 or 7.5% from 120); Blue value is 16 (6.64% from 255 or 13.33% from 120); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0910 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F0910 is #A0F6EF. Grayscale: #232323. Windows color (decimal): -10548976 or 1050975. OLE color: 1050975.

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

Color convert

RGB95916-
CMYK00.910.830.63
HSL355.12º82.69%20.39%-
HSV(B)355.12º90.53%37.25%-
XYZ4.912.670.75-
YUV35.51116.99170.43-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 79.17%
GREEN value IS 9 (3.91% from 255) = 7.5%
BLUE value IS 16 (6.64% from 255) = 13.33%
R=79.17%
G=7.5%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.83
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9591600.910.830.63355.1282.6920.39
Hex5F91005B533F1635314
Octal137112001331237754312324
Binary1011111100110000010110111010011111111101100011101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5f0910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,9,16); }

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

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

 a { background-color: rgb(95,9,16); }

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

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

 span { border-color: rgb(95,9,16); }

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