Shades of Pohutukawa #5F0319
Tints of Pohutukawa #5F0319
RGB
CMYK
RGB Variations
Color information
#5F0319 (or 0x5F0319) is known color: Pohutukawa. HEX triplet: 5F, 03 and 19. RGB value is (95,3,25). Sum of RGB (Red+Green+Blue) = 95+3+25=123 (16% of max value = 765). Red value is 95 (37.5% from 255 or 77.24% from 123); Green value is 3 (1.56% from 255 or 2.44% from 123); Blue value is 25 (10.16% from 255 or 20.33% from 123); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0319 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F0319 is #A0FCE6. Grayscale: #212121. Windows color (decimal): -10550503 or 1639263. OLE color: 1639263.
HSL color Cylindrical-coordinate representation of color #5F0319: hue angle of 345.65º 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 #5F0319 is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 3 | 25 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.63 |
| HSL | 345.65º | 0.94% | 0.19% | - |
| HSV(B) | 345.65º | 0.97% | 0.37% | - |
| XYZ | 4.93 | 2.57 | 1.16 | - |
| YUV | 33.02 | 123.48 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 3 | 25 | 0 | 0.97 | 0.74 | 0.63 | 345.65 | 0.94 | 0.19 |
| Hex | 5F | 3 | 19 | 0 | 61 | 4A | 3F | 15A | 5E | 13 |
| Octal | 137 | 3 | 31 | 0 | 141 | 112 | 77 | 532 | 136 | 23 |
| Binary | 1011111 | 11 | 11001 | 0 | 1100001 | 1001010 | 111111 | 101011010 | 1011110 | 10011 |
Color Harmonies of #5F0319
Complementary color
Monochromatic Colors of #5F0319
Black with #5F0319
Text Example
Text Example
White with #5F0319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0319; }
p { color: rgb(95,3,25); }
H1.HeaderClassName
{
color: #5F0319;
}
.AnyTagClassName
{
color: #5F0319;
}
</style>
background-color css
<style>
a { background-color: #5F0319; }
a { background-color: rgb(95,3,25); }
div.DivClassName
{
background-color: #5F0319;
}
.BgClassName
{
background-color: #5F0319;
}
</style>
border-color css
<style>
span { border-color: #5F0319; }
span { border-color: rgb(95,3,25); }
td.TdClassName
{
border-color: #5F0319;
}
.TagClassName
{
border-color: #5F0319;
}
</style>