Shades of Pohutukawa #5F030F
Tints of Pohutukawa #5F030F
RGB
CMYK
RGB Variations
Color information
#5F030F (or 0x5F030F) is known color: Pohutukawa. HEX triplet: 5F, 03 and 0F. RGB value is (95,3,15). Sum of RGB (Red+Green+Blue) = 95+3+15=113 (14% of max value = 765). Red value is 95 (37.5% from 255 or 84.07% from 113); Green value is 3 (1.56% from 255 or 2.65% from 113); Blue value is 15 (6.25% from 255 or 13.27% from 113); Max value from RGB is 95 - color contains mainly: red. Hex color #5F030F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F030F is #A0FCF0. Grayscale: #1F1F1F. Windows color (decimal): -10550513 or 983903. OLE color: 983903.
HSL color Cylindrical-coordinate representation of color #5F030F: hue angle of 352.17º 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 #5F030F is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 3 | 15 | - |
| CMYK | 0 | 0.97 | 0.84 | 0.63 |
| HSL | 352.17º | 0.94% | 0.19% | - |
| HSV(B) | 352.17º | 0.97% | 0.37% | - |
| XYZ | 4.84 | 2.53 | 0.69 | - |
| YUV | 31.88 | 118.48 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 3 | 15 | 0 | 0.97 | 0.84 | 0.63 | 352.17 | 0.94 | 0.19 |
| Hex | 5F | 3 | F | 0 | 61 | 54 | 3F | 160 | 5E | 13 |
| Octal | 137 | 3 | 17 | 0 | 141 | 124 | 77 | 540 | 136 | 23 |
| Binary | 1011111 | 11 | 1111 | 0 | 1100001 | 1010100 | 111111 | 101100000 | 1011110 | 10011 |
Color Harmonies of #5F030F
Complementary color
Monochromatic Colors of #5F030F
Black with #5F030F
Text Example
Text Example
White with #5F030F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F030F; }
p { color: rgb(95,3,15); }
H1.HeaderClassName
{
color: #5F030F;
}
.AnyTagClassName
{
color: #5F030F;
}
</style>
background-color css
<style>
a { background-color: #5F030F; }
a { background-color: rgb(95,3,15); }
div.DivClassName
{
background-color: #5F030F;
}
.BgClassName
{
background-color: #5F030F;
}
</style>
border-color css
<style>
span { border-color: #5F030F; }
span { border-color: rgb(95,3,15); }
td.TdClassName
{
border-color: #5F030F;
}
.TagClassName
{
border-color: #5F030F;
}
</style>