Shades of Pohutukawa #5F0D1E
Tints of Pohutukawa #5F0D1E
RGB
CMYK
RGB Variations
Color information
#5F0D1E (or 0x5F0D1E) is known color: Pohutukawa. HEX triplet: 5F, 0D and 1E. RGB value is (95,13,30). Sum of RGB (Red+Green+Blue) = 95+13+30=138 (18% of max value = 765). Red value is 95 (37.5% from 255 or 68.84% from 138); Green value is 13 (5.47% from 255 or 9.42% from 138); Blue value is 30 (12.11% from 255 or 21.74% from 138); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0D1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F0D1E is #A0F2E1. Grayscale: #272727. Windows color (decimal): -10547938 or 1969503. OLE color: 1969503.
HSL color Cylindrical-coordinate representation of color #5F0D1E: hue angle of 347.56º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5F0D1E is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 13 | 30 | - |
| CMYK | 0 | 0.86 | 0.68 | 0.63 |
| HSL | 347.56º | 0.76% | 0.21% | - |
| HSV(B) | 347.56º | 0.86% | 0.37% | - |
| XYZ | 5.1 | 2.81 | 1.5 | - |
| YUV | 39.46 | 122.67 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 13 | 30 | 0 | 0.86 | 0.68 | 0.63 | 347.56 | 0.76 | 0.21 |
| Hex | 5F | D | 1E | 0 | 56 | 44 | 3F | 15C | 4C | 15 |
| Octal | 137 | 15 | 36 | 0 | 126 | 104 | 77 | 534 | 114 | 25 |
| Binary | 1011111 | 1101 | 11110 | 0 | 1010110 | 1000100 | 111111 | 101011100 | 1001100 | 10101 |
Color Harmonies of #5F0D1E
Complementary color
Monochromatic Colors of #5F0D1E
Black with #5F0D1E
Text Example
Text Example
White with #5F0D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0D1E; }
p { color: rgb(95,13,30); }
H1.HeaderClassName
{
color: #5F0D1E;
}
.AnyTagClassName
{
color: #5F0D1E;
}
</style>
background-color css
<style>
a { background-color: #5F0D1E; }
a { background-color: rgb(95,13,30); }
div.DivClassName
{
background-color: #5F0D1E;
}
.BgClassName
{
background-color: #5F0D1E;
}
</style>
border-color css
<style>
span { border-color: #5F0D1E; }
span { border-color: rgb(95,13,30); }
td.TdClassName
{
border-color: #5F0D1E;
}
.TagClassName
{
border-color: #5F0D1E;
}
</style>