Shades of Pohutukawa #710C0D
Tints of Pohutukawa #710C0D
RGB
CMYK
RGB Variations
Color information
#710C0D (or 0x710C0D) is known color: Pohutukawa. HEX triplet: 71, 0C and 0D. RGB value is (113,12,13). Sum of RGB (Red+Green+Blue) = 113+12+13=138 (18% of max value = 765). Red value is 113 (44.53% from 255 or 81.88% from 138); Green value is 12 (5.08% from 255 or 8.70% from 138); Blue value is 13 (5.47% from 255 or 9.42% from 138); Max value from RGB is 113 - color contains mainly: red. Hex color #710C0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710C0D is #8EF3F2. Grayscale: #2A2A2A. Windows color (decimal): -9368563 or 855153. OLE color: 855153.
HSL color Cylindrical-coordinate representation of color #710C0D: hue angle of 359.41º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #710C0D is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 12 | 13 | - |
| CMYK | 0 | 0.89 | 0.88 | 0.56 |
| HSL | 359.41º | 0.81% | 0.25% | - |
| HSV(B) | 359.41º | 0.89% | 0.44% | - |
| XYZ | 7.01 | 3.8 | 0.75 | - |
| YUV | 42.31 | 111.46 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 12 | 13 | 0 | 0.89 | 0.88 | 0.56 | 359.41 | 0.81 | 0.25 |
| Hex | 71 | C | D | 0 | 59 | 58 | 38 | 167 | 51 | 19 |
| Octal | 161 | 14 | 15 | 0 | 131 | 130 | 70 | 547 | 121 | 31 |
| Binary | 1110001 | 1100 | 1101 | 0 | 1011001 | 1011000 | 111000 | 101100111 | 1010001 | 11001 |
Color Harmonies of #710C0D
Complementary color
Monochromatic Colors of #710C0D
Black with #710C0D
Text Example
Text Example
White with #710C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710C0D; }
p { color: rgb(113,12,13); }
H1.HeaderClassName
{
color: #710C0D;
}
.AnyTagClassName
{
color: #710C0D;
}
</style>
background-color css
<style>
a { background-color: #710C0D; }
a { background-color: rgb(113,12,13); }
div.DivClassName
{
background-color: #710C0D;
}
.BgClassName
{
background-color: #710C0D;
}
</style>
border-color css
<style>
span { border-color: #710C0D; }
span { border-color: rgb(113,12,13); }
td.TdClassName
{
border-color: #710C0D;
}
.TagClassName
{
border-color: #710C0D;
}
</style>