Shades of Pohutukawa #710D10
Tints of Pohutukawa #710D10
RGB
CMYK
RGB Variations
Color information
#710D10 (or 0x710D10) is known color: Pohutukawa. HEX triplet: 71, 0D and 10. RGB value is (113,13,16). Sum of RGB (Red+Green+Blue) = 113+13+16=142 (18% of max value = 765). Red value is 113 (44.53% from 255 or 79.58% from 142); Green value is 13 (5.47% from 255 or 9.15% from 142); Blue value is 16 (6.64% from 255 or 11.27% from 142); Max value from RGB is 113 - color contains mainly: red. Hex color #710D10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710D10 is #8EF2EF. Grayscale: #2B2B2B. Windows color (decimal): -9368304 or 1052017. OLE color: 1052017.
HSL color Cylindrical-coordinate representation of color #710D10: hue angle of 358.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 #710D10 is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 13 | 16 | - |
| CMYK | 0 | 0.88 | 0.86 | 0.56 |
| HSL | 358.2º | 0.79% | 0.25% | - |
| HSV(B) | 358.2º | 0.88% | 0.44% | - |
| XYZ | 7.05 | 3.84 | 0.86 | - |
| YUV | 43.24 | 112.63 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 13 | 16 | 0 | 0.88 | 0.86 | 0.56 | 358.2 | 0.79 | 0.25 |
| Hex | 71 | D | 10 | 0 | 58 | 56 | 38 | 166 | 4F | 19 |
| Octal | 161 | 15 | 20 | 0 | 130 | 126 | 70 | 546 | 117 | 31 |
| Binary | 1110001 | 1101 | 10000 | 0 | 1011000 | 1010110 | 111000 | 101100110 | 1001111 | 11001 |
Color Harmonies of #710D10
Complementary color
Monochromatic Colors of #710D10
Black with #710D10
Text Example
Text Example
White with #710D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710D10; }
p { color: rgb(113,13,16); }
H1.HeaderClassName
{
color: #710D10;
}
.AnyTagClassName
{
color: #710D10;
}
</style>
background-color css
<style>
a { background-color: #710D10; }
a { background-color: rgb(113,13,16); }
div.DivClassName
{
background-color: #710D10;
}
.BgClassName
{
background-color: #710D10;
}
</style>
border-color css
<style>
span { border-color: #710D10; }
span { border-color: rgb(113,13,16); }
td.TdClassName
{
border-color: #710D10;
}
.TagClassName
{
border-color: #710D10;
}
</style>