Shades of Pohutukawa #5F0318
Tints of Pohutukawa #5F0318
RGB
CMYK
RGB Variations
Color information
#5F0318 (or 0x5F0318) is known color: Pohutukawa. HEX triplet: 5F, 03 and 18. RGB value is (95,3,24). Sum of RGB (Red+Green+Blue) = 95+3+24=122 (16% of max value = 765). Red value is 95 (37.5% from 255 or 77.87% from 122); Green value is 3 (1.56% from 255 or 2.46% from 122); Blue value is 24 (9.77% from 255 or 19.67% from 122); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0318 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F0318 is #A0FCE7. Grayscale: #202020. Windows color (decimal): -10550504 or 1573727. OLE color: 1573727.
HSL color Cylindrical-coordinate representation of color #5F0318: hue angle of 346.3º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5F0318 is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 3 | 24 | - |
| CMYK | 0 | 0.97 | 0.75 | 0.63 |
| HSL | 346.3º | 0.94% | 0.19% | - |
| HSV(B) | 346.3º | 0.97% | 0.37% | - |
| XYZ | 4.92 | 2.56 | 1.1 | - |
| YUV | 32.9 | 122.98 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 3 | 24 | 0 | 0.97 | 0.75 | 0.63 | 346.3 | 0.94 | 0.19 |
| Hex | 5F | 3 | 18 | 0 | 61 | 4B | 3F | 15A | 5E | 13 |
| Octal | 137 | 3 | 30 | 0 | 141 | 113 | 77 | 532 | 136 | 23 |
| Binary | 1011111 | 11 | 11000 | 0 | 1100001 | 1001011 | 111111 | 101011010 | 1011110 | 10011 |
Color Harmonies of #5F0318
Complementary color
Monochromatic Colors of #5F0318
Black with #5F0318
Text Example
Text Example
White with #5F0318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0318; }
p { color: rgb(95,3,24); }
H1.HeaderClassName
{
color: #5F0318;
}
.AnyTagClassName
{
color: #5F0318;
}
</style>
background-color css
<style>
a { background-color: #5F0318; }
a { background-color: rgb(95,3,24); }
div.DivClassName
{
background-color: #5F0318;
}
.BgClassName
{
background-color: #5F0318;
}
</style>
border-color css
<style>
span { border-color: #5F0318; }
span { border-color: rgb(95,3,24); }
td.TdClassName
{
border-color: #5F0318;
}
.TagClassName
{
border-color: #5F0318;
}
</style>