Shades of Pohutukawa #5F0910
Tints of Pohutukawa #5F0910
RGB
CMYK
RGB Variations
Color information
#5F0910 (or 0x5F0910) is known color: 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
| RGB | 95 | 9 | 16 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.63 |
| HSL | 355.12º | 0.83% | 0.2% | - |
| HSV(B) | 355.12º | 0.91% | 0.37% | - |
| XYZ | 4.91 | 2.67 | 0.75 | - |
| YUV | 35.51 | 116.99 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 9 | 16 | 0 | 0.91 | 0.83 | 0.63 | 355.12 | 0.83 | 0.2 |
| Hex | 5F | 9 | 10 | 0 | 5B | 53 | 3F | 163 | 53 | 14 |
| Octal | 137 | 11 | 20 | 0 | 133 | 123 | 77 | 543 | 123 | 24 |
| Binary | 1011111 | 1001 | 10000 | 0 | 1011011 | 1010011 | 111111 | 101100011 | 1010011 | 10100 |
Color Harmonies of #5F0910
Complementary color
Monochromatic Colors of #5F0910
Black with #5F0910
Text Example
Text Example
White with #5F0910
Text Example
Text Example
HTML Codes & Css Web 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>