Shades of Pohutukawa #710D11
Tints of Pohutukawa #710D11
RGB
CMYK
RGB Variations
Color information
#710D11 (or 0x710D11) is known color: Pohutukawa. HEX triplet: 71, 0D and 11. RGB value is (113,13,17). Sum of RGB (Red+Green+Blue) = 113+13+17=143 (18% of max value = 765). Red value is 113 (44.53% from 255 or 79.02% from 143); Green value is 13 (5.47% from 255 or 9.09% from 143); Blue value is 17 (7.03% from 255 or 11.89% from 143); Max value from RGB is 113 - color contains mainly: red. Hex color #710D11 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710D11 is #8EF2EE. Grayscale: #2B2B2B. Windows color (decimal): -9368303 or 1117553. OLE color: 1117553.
HSL color Cylindrical-coordinate representation of color #710D11: hue angle of 357.6º 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 #710D11 is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 13 | 17 | - |
| CMYK | 0 | 0.88 | 0.85 | 0.56 |
| HSL | 357.6º | 0.79% | 0.25% | - |
| HSV(B) | 357.6º | 0.88% | 0.44% | - |
| XYZ | 7.06 | 3.84 | 0.9 | - |
| YUV | 43.36 | 113.13 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 13 | 17 | 0 | 0.88 | 0.85 | 0.56 | 357.6 | 0.79 | 0.25 |
| Hex | 71 | D | 11 | 0 | 58 | 55 | 38 | 166 | 4F | 19 |
| Octal | 161 | 15 | 21 | 0 | 130 | 125 | 70 | 546 | 117 | 31 |
| Binary | 1110001 | 1101 | 10001 | 0 | 1011000 | 1010101 | 111000 | 101100110 | 1001111 | 11001 |
Color Harmonies of #710D11
Complementary color
Monochromatic Colors of #710D11
Black with #710D11
Text Example
Text Example
White with #710D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710D11; }
p { color: rgb(113,13,17); }
H1.HeaderClassName
{
color: #710D11;
}
.AnyTagClassName
{
color: #710D11;
}
</style>
background-color css
<style>
a { background-color: #710D11; }
a { background-color: rgb(113,13,17); }
div.DivClassName
{
background-color: #710D11;
}
.BgClassName
{
background-color: #710D11;
}
</style>
border-color css
<style>
span { border-color: #710D11; }
span { border-color: rgb(113,13,17); }
td.TdClassName
{
border-color: #710D11;
}
.TagClassName
{
border-color: #710D11;
}
</style>