Shades of Pohutukawa #5F0305
Tints of Pohutukawa #5F0305
RGB
CMYK
RGB Variations
Color information
#5F0305 (or 0x5F0305) is known color: Pohutukawa. HEX triplet: 5F, 03 and 05. RGB value is (95,3,5). Sum of RGB (Red+Green+Blue) = 95+3+5=103 (13% of max value = 765). Red value is 95 (37.5% from 255 or 92.23% from 103); Green value is 3 (1.56% from 255 or 2.91% from 103); Blue value is 5 (2.34% from 255 or 4.85% from 103); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0305 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F0305 is #A0FCFA. Grayscale: #1E1E1E. Windows color (decimal): -10550523 or 328543. OLE color: 328543.
HSL color Cylindrical-coordinate representation of color #5F0305: hue angle of 358.7º 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 #5F0305 is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 3 | 5 | - |
| CMYK | 0 | 0.97 | 0.95 | 0.63 |
| HSL | 358.7º | 0.94% | 0.19% | - |
| HSV(B) | 358.7º | 0.97% | 0.37% | - |
| XYZ | 4.78 | 2.51 | 0.38 | - |
| YUV | 30.74 | 113.48 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 3 | 5 | 0 | 0.97 | 0.95 | 0.63 | 358.7 | 0.94 | 0.19 |
| Hex | 5F | 3 | 5 | 0 | 61 | 5F | 3F | 167 | 5E | 13 |
| Octal | 137 | 3 | 5 | 0 | 141 | 137 | 77 | 547 | 136 | 23 |
| Binary | 1011111 | 11 | 101 | 0 | 1100001 | 1011111 | 111111 | 101100111 | 1011110 | 10011 |
Color Harmonies of #5F0305
Complementary color
Monochromatic Colors of #5F0305
Black with #5F0305
Text Example
Text Example
White with #5F0305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0305; }
p { color: rgb(95,3,5); }
H1.HeaderClassName
{
color: #5F0305;
}
.AnyTagClassName
{
color: #5F0305;
}
</style>
background-color css
<style>
a { background-color: #5F0305; }
a { background-color: rgb(95,3,5); }
div.DivClassName
{
background-color: #5F0305;
}
.BgClassName
{
background-color: #5F0305;
}
</style>
border-color css
<style>
span { border-color: #5F0305; }
span { border-color: rgb(95,3,5); }
td.TdClassName
{
border-color: #5F0305;
}
.TagClassName
{
border-color: #5F0305;
}
</style>