Shades of Pohutukawa #710D15
Tints of Pohutukawa #710D15
RGB
CMYK
RGB Variations
Color information
#710D15 (or 0x710D15) is known color: Pohutukawa. HEX triplet: 71, 0D and 15. RGB value is (113,13,21). Sum of RGB (Red+Green+Blue) = 113+13+21=147 (19% of max value = 765). Red value is 113 (44.53% from 255 or 76.87% from 147); Green value is 13 (5.47% from 255 or 8.84% from 147); Blue value is 21 (8.59% from 255 or 14.29% from 147); Max value from RGB is 113 - color contains mainly: red. Hex color #710D15 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710D15 is #8EF2EA. Grayscale: #2B2B2B. Windows color (decimal): -9368299 or 1379697. OLE color: 1379697.
HSL color Cylindrical-coordinate representation of color #710D15: hue angle of 355.2º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #710D15 is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 13 | 21 | - |
| CMYK | 0 | 0.88 | 0.81 | 0.56 |
| HSL | 355.2º | 0.79% | 0.25% | - |
| HSV(B) | 355.2º | 0.88% | 0.44% | - |
| XYZ | 7.09 | 3.85 | 1.08 | - |
| YUV | 43.81 | 115.13 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 13 | 21 | 0 | 0.88 | 0.81 | 0.56 | 355.2 | 0.79 | 0.25 |
| Hex | 71 | D | 15 | 0 | 58 | 51 | 38 | 163 | 4F | 19 |
| Octal | 161 | 15 | 25 | 0 | 130 | 121 | 70 | 543 | 117 | 31 |
| Binary | 1110001 | 1101 | 10101 | 0 | 1011000 | 1010001 | 111000 | 101100011 | 1001111 | 11001 |
Color Harmonies of #710D15
Complementary color
Monochromatic Colors of #710D15
Black with #710D15
Text Example
Text Example
White with #710D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710D15; }
p { color: rgb(113,13,21); }
H1.HeaderClassName
{
color: #710D15;
}
.AnyTagClassName
{
color: #710D15;
}
</style>
background-color css
<style>
a { background-color: #710D15; }
a { background-color: rgb(113,13,21); }
div.DivClassName
{
background-color: #710D15;
}
.BgClassName
{
background-color: #710D15;
}
</style>
border-color css
<style>
span { border-color: #710D15; }
span { border-color: rgb(113,13,21); }
td.TdClassName
{
border-color: #710D15;
}
.TagClassName
{
border-color: #710D15;
}
</style>