Shades of Pohutukawa #5F0115
Tints of Pohutukawa #5F0115
RGB
CMYK
RGB Variations
Color information
#5F0115 (or 0x5F0115) is known color: Pohutukawa. HEX triplet: 5F, 01 and 15. RGB value is (95,1,21). Sum of RGB (Red+Green+Blue) = 95+1+21=117 (15% of max value = 765). Red value is 95 (37.5% from 255 or 81.20% from 117); Green value is 1 (0.78% from 255 or 0.85% from 117); Blue value is 21 (8.59% from 255 or 17.95% from 117); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0115 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F0115 is #A0FEEA. Grayscale: #1F1F1F. Windows color (decimal): -10551019 or 1376607. OLE color: 1376607.
HSL color Cylindrical-coordinate representation of color #5F0115: hue angle of 347.23º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5F0115 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 1 | 21 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.63 |
| HSL | 347.23º | 0.98% | 0.19% | - |
| HSV(B) | 347.23º | 0.99% | 0.37% | - |
| XYZ | 4.87 | 2.51 | 0.94 | - |
| YUV | 31.39 | 122.14 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 1 | 21 | 0 | 0.99 | 0.78 | 0.63 | 347.23 | 0.98 | 0.19 |
| Hex | 5F | 1 | 15 | 0 | 63 | 4E | 3F | 15B | 62 | 13 |
| Octal | 137 | 1 | 25 | 0 | 143 | 116 | 77 | 533 | 142 | 23 |
| Binary | 1011111 | 1 | 10101 | 0 | 1100011 | 1001110 | 111111 | 101011011 | 1100010 | 10011 |
Color Harmonies of #5F0115
Complementary color
Monochromatic Colors of #5F0115
Black with #5F0115
Text Example
Text Example
White with #5F0115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0115; }
p { color: rgb(95,1,21); }
H1.HeaderClassName
{
color: #5F0115;
}
.AnyTagClassName
{
color: #5F0115;
}
</style>
background-color css
<style>
a { background-color: #5F0115; }
a { background-color: rgb(95,1,21); }
div.DivClassName
{
background-color: #5F0115;
}
.BgClassName
{
background-color: #5F0115;
}
</style>
border-color css
<style>
span { border-color: #5F0115; }
span { border-color: rgb(95,1,21); }
td.TdClassName
{
border-color: #5F0115;
}
.TagClassName
{
border-color: #5F0115;
}
</style>