Shades of Pohutukawa #5F0F22
Tints of Pohutukawa #5F0F22
RGB
CMYK
RGB Variations
Color information
#5F0F22 (or 0x5F0F22) is known color: Pohutukawa. HEX triplet: 5F, 0F and 22. RGB value is (95,15,34). Sum of RGB (Red+Green+Blue) = 95+15+34=144 (19% of max value = 765). Red value is 95 (37.5% from 255 or 65.97% from 144); Green value is 15 (6.25% from 255 or 10.42% from 144); Blue value is 34 (13.67% from 255 or 23.61% from 144); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0F22 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F0F22 is #A0F0DD. Grayscale: #292929. Windows color (decimal): -10547422 or 2232159. OLE color: 2232159.
HSL color Cylindrical-coordinate representation of color #5F0F22: hue angle of 345.75º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5F0F22 is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 15 | 34 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.63 |
| HSL | 345.75º | 0.73% | 0.22% | - |
| HSV(B) | 345.75º | 0.84% | 0.37% | - |
| XYZ | 5.18 | 2.89 | 1.8 | - |
| YUV | 41.09 | 124 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 15 | 34 | 0 | 0.84 | 0.64 | 0.63 | 345.75 | 0.73 | 0.22 |
| Hex | 5F | F | 22 | 0 | 54 | 40 | 3F | 15A | 49 | 16 |
| Octal | 137 | 17 | 42 | 0 | 124 | 100 | 77 | 532 | 111 | 26 |
| Binary | 1011111 | 1111 | 100010 | 0 | 1010100 | 1000000 | 111111 | 101011010 | 1001001 | 10110 |
Color Harmonies of #5F0F22
Complementary color
Monochromatic Colors of #5F0F22
Black with #5F0F22
Text Example
Text Example
White with #5F0F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0F22; }
p { color: rgb(95,15,34); }
H1.HeaderClassName
{
color: #5F0F22;
}
.AnyTagClassName
{
color: #5F0F22;
}
</style>
background-color css
<style>
a { background-color: #5F0F22; }
a { background-color: rgb(95,15,34); }
div.DivClassName
{
background-color: #5F0F22;
}
.BgClassName
{
background-color: #5F0F22;
}
</style>
border-color css
<style>
span { border-color: #5F0F22; }
span { border-color: rgb(95,15,34); }
td.TdClassName
{
border-color: #5F0F22;
}
.TagClassName
{
border-color: #5F0F22;
}
</style>