Shades of Pohutukawa #710D1D
Tints of Pohutukawa #710D1D
RGB
CMYK
RGB Variations
Color information
#710D1D (or 0x710D1D) is known color: Pohutukawa. HEX triplet: 71, 0D and 1D. RGB value is (113,13,29). Sum of RGB (Red+Green+Blue) = 113+13+29=155 (20% of max value = 765). Red value is 113 (44.53% from 255 or 72.90% from 155); Green value is 13 (5.47% from 255 or 8.39% from 155); Blue value is 29 (11.72% from 255 or 18.71% from 155); Max value from RGB is 113 - color contains mainly: red. Hex color #710D1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710D1D is #8EF2E2. Grayscale: #2C2C2C. Windows color (decimal): -9368291 or 1903985. OLE color: 1903985.
HSL color Cylindrical-coordinate representation of color #710D1D: hue angle of 350.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 #710D1D is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 13 | 29 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.56 |
| HSL | 350.4º | 0.79% | 0.25% | - |
| HSV(B) | 350.4º | 0.88% | 0.44% | - |
| XYZ | 7.18 | 3.89 | 1.53 | - |
| YUV | 44.72 | 119.13 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 13 | 29 | 0 | 0.88 | 0.74 | 0.56 | 350.4 | 0.79 | 0.25 |
| Hex | 71 | D | 1D | 0 | 58 | 4A | 38 | 15E | 4F | 19 |
| Octal | 161 | 15 | 35 | 0 | 130 | 112 | 70 | 536 | 117 | 31 |
| Binary | 1110001 | 1101 | 11101 | 0 | 1011000 | 1001010 | 111000 | 101011110 | 1001111 | 11001 |
Color Harmonies of #710D1D
Complementary color
Monochromatic Colors of #710D1D
Black with #710D1D
Text Example
Text Example
White with #710D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710D1D; }
p { color: rgb(113,13,29); }
H1.HeaderClassName
{
color: #710D1D;
}
.AnyTagClassName
{
color: #710D1D;
}
</style>
background-color css
<style>
a { background-color: #710D1D; }
a { background-color: rgb(113,13,29); }
div.DivClassName
{
background-color: #710D1D;
}
.BgClassName
{
background-color: #710D1D;
}
</style>
border-color css
<style>
span { border-color: #710D1D; }
span { border-color: rgb(113,13,29); }
td.TdClassName
{
border-color: #710D1D;
}
.TagClassName
{
border-color: #710D1D;
}
</style>