Shades of Pohutukawa #5F0C26
Tints of Pohutukawa #5F0C26
RGB
CMYK
RGB Variations
Color information
#5F0C26 (or 0x5F0C26) is known color: Pohutukawa. HEX triplet: 5F, 0C and 26. RGB value is (95,12,38). Sum of RGB (Red+Green+Blue) = 95+12+38=145 (19% of max value = 765). Red value is 95 (37.5% from 255 or 65.52% from 145); Green value is 12 (5.08% from 255 or 8.28% from 145); Blue value is 38 (15.23% from 255 or 26.21% from 145); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0C26 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F0C26 is #A0F3D9. Grayscale: #272727. Windows color (decimal): -10548186 or 2493535. OLE color: 2493535.
HSL color Cylindrical-coordinate representation of color #5F0C26: hue angle of 341.2º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5F0C26 is Cyan = 0, Magento = 0.87, Yellow = 0.60 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 12 | 38 | - |
| CMYK | 0 | 0.87 | 0.60 | 0.63 |
| HSL | 341.2º | 0.78% | 0.21% | - |
| HSV(B) | 341.2º | 0.87% | 0.37% | - |
| XYZ | 5.2 | 2.84 | 2.11 | - |
| YUV | 39.78 | 127 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 12 | 38 | 0 | 0.87 | 0.60 | 0.63 | 341.2 | 0.78 | 0.21 |
| Hex | 5F | C | 26 | 0 | 57 | 3C | 3F | 155 | 4E | 15 |
| Octal | 137 | 14 | 46 | 0 | 127 | 74 | 77 | 525 | 116 | 25 |
| Binary | 1011111 | 1100 | 100110 | 0 | 1010111 | 111100 | 111111 | 101010101 | 1001110 | 10101 |
Color Harmonies of #5F0C26
Complementary color
Monochromatic Colors of #5F0C26
Black with #5F0C26
Text Example
Text Example
White with #5F0C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0C26; }
p { color: rgb(95,12,38); }
H1.HeaderClassName
{
color: #5F0C26;
}
.AnyTagClassName
{
color: #5F0C26;
}
</style>
background-color css
<style>
a { background-color: #5F0C26; }
a { background-color: rgb(95,12,38); }
div.DivClassName
{
background-color: #5F0C26;
}
.BgClassName
{
background-color: #5F0C26;
}
</style>
border-color css
<style>
span { border-color: #5F0C26; }
span { border-color: rgb(95,12,38); }
td.TdClassName
{
border-color: #5F0C26;
}
.TagClassName
{
border-color: #5F0C26;
}
</style>