Shades of Pohutukawa #5F0926
Tints of Pohutukawa #5F0926
RGB
CMYK
RGB Variations
Color information
#5F0926 (or 0x5F0926) is known color: Pohutukawa. HEX triplet: 5F, 09 and 26. RGB value is (95,9,38). Sum of RGB (Red+Green+Blue) = 95+9+38=142 (18% of max value = 765). Red value is 95 (37.5% from 255 or 66.90% from 142); Green value is 9 (3.91% from 255 or 6.34% from 142); Blue value is 38 (15.23% from 255 or 26.76% from 142); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0926 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F0926 is #A0F6D9. Grayscale: #252525. Windows color (decimal): -10548954 or 2492767. OLE color: 2492767.
HSL color Cylindrical-coordinate representation of color #5F0926: hue angle of 339.77º 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 #5F0926 is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 9 | 38 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.63 |
| HSL | 339.77º | 0.83% | 0.2% | - |
| HSV(B) | 339.77º | 0.91% | 0.37% | - |
| XYZ | 5.17 | 2.77 | 2.1 | - |
| YUV | 38.02 | 127.99 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 9 | 38 | 0 | 0.91 | 0.60 | 0.63 | 339.77 | 0.83 | 0.2 |
| Hex | 5F | 9 | 26 | 0 | 5B | 3C | 3F | 154 | 53 | 14 |
| Octal | 137 | 11 | 46 | 0 | 133 | 74 | 77 | 524 | 123 | 24 |
| Binary | 1011111 | 1001 | 100110 | 0 | 1011011 | 111100 | 111111 | 101010100 | 1010011 | 10100 |
Color Harmonies of #5F0926
Complementary color
Monochromatic Colors of #5F0926
Black with #5F0926
Text Example
Text Example
White with #5F0926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0926; }
p { color: rgb(95,9,38); }
H1.HeaderClassName
{
color: #5F0926;
}
.AnyTagClassName
{
color: #5F0926;
}
</style>
background-color css
<style>
a { background-color: #5F0926; }
a { background-color: rgb(95,9,38); }
div.DivClassName
{
background-color: #5F0926;
}
.BgClassName
{
background-color: #5F0926;
}
</style>
border-color css
<style>
span { border-color: #5F0926; }
span { border-color: rgb(95,9,38); }
td.TdClassName
{
border-color: #5F0926;
}
.TagClassName
{
border-color: #5F0926;
}
</style>