Shades of Pohutukawa #710D13
Tints of Pohutukawa #710D13
RGB
CMYK
RGB Variations
Color information
#710D13 (or 0x710D13) is known color: Pohutukawa. HEX triplet: 71, 0D and 13. RGB value is (113,13,19). Sum of RGB (Red+Green+Blue) = 113+13+19=145 (19% of max value = 765). Red value is 113 (44.53% from 255 or 77.93% from 145); Green value is 13 (5.47% from 255 or 8.97% from 145); Blue value is 19 (7.81% from 255 or 13.10% from 145); Max value from RGB is 113 - color contains mainly: red. Hex color #710D13 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710D13 is #8EF2EC. Grayscale: #2B2B2B. Windows color (decimal): -9368301 or 1248625. OLE color: 1248625.
HSL color Cylindrical-coordinate representation of color #710D13: hue angle of 356.4º 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 #710D13 is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 13 | 19 | - |
| CMYK | 0 | 0.88 | 0.83 | 0.56 |
| HSL | 356.4º | 0.79% | 0.25% | - |
| HSV(B) | 356.4º | 0.88% | 0.44% | - |
| XYZ | 7.07 | 3.85 | 0.99 | - |
| YUV | 43.58 | 114.13 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 13 | 19 | 0 | 0.88 | 0.83 | 0.56 | 356.4 | 0.79 | 0.25 |
| Hex | 71 | D | 13 | 0 | 58 | 53 | 38 | 164 | 4F | 19 |
| Octal | 161 | 15 | 23 | 0 | 130 | 123 | 70 | 544 | 117 | 31 |
| Binary | 1110001 | 1101 | 10011 | 0 | 1011000 | 1010011 | 111000 | 101100100 | 1001111 | 11001 |
Color Harmonies of #710D13
Complementary color
Monochromatic Colors of #710D13
Black with #710D13
Text Example
Text Example
White with #710D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710D13; }
p { color: rgb(113,13,19); }
H1.HeaderClassName
{
color: #710D13;
}
.AnyTagClassName
{
color: #710D13;
}
</style>
background-color css
<style>
a { background-color: #710D13; }
a { background-color: rgb(113,13,19); }
div.DivClassName
{
background-color: #710D13;
}
.BgClassName
{
background-color: #710D13;
}
</style>
border-color css
<style>
span { border-color: #710D13; }
span { border-color: rgb(113,13,19); }
td.TdClassName
{
border-color: #710D13;
}
.TagClassName
{
border-color: #710D13;
}
</style>