Shades of Pohutukawa #62070D
Tints of Pohutukawa #62070D
RGB
CMYK
RGB Variations
Color information
#62070D (or 0x62070D) is known color: Pohutukawa. HEX triplet: 62, 07 and 0D. RGB value is (98,7,13). Sum of RGB (Red+Green+Blue) = 98+7+13=118 (15% of max value = 765). Red value is 98 (38.67% from 255 or 83.05% from 118); Green value is 7 (3.12% from 255 or 5.93% from 118); Blue value is 13 (5.47% from 255 or 11.02% from 118); Max value from RGB is 98 - color contains mainly: red. Hex color #62070D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62070D is #9DF8F2. Grayscale: #222222. Windows color (decimal): -10352883 or 853858. OLE color: 853858.
HSL color Cylindrical-coordinate representation of color #62070D: hue angle of 356.04º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #62070D is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 7 | 13 | - |
| CMYK | 0 | 0.93 | 0.87 | 0.62 |
| HSL | 356.04º | 0.87% | 0.21% | - |
| HSV(B) | 356.04º | 0.93% | 0.38% | - |
| XYZ | 5.19 | 2.78 | 0.64 | - |
| YUV | 34.89 | 115.65 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 7 | 13 | 0 | 0.93 | 0.87 | 0.62 | 356.04 | 0.87 | 0.21 |
| Hex | 62 | 7 | D | 0 | 5D | 57 | 3E | 164 | 57 | 15 |
| Octal | 142 | 7 | 15 | 0 | 135 | 127 | 76 | 544 | 127 | 25 |
| Binary | 1100010 | 111 | 1101 | 0 | 1011101 | 1010111 | 111110 | 101100100 | 1010111 | 10101 |
Color Harmonies of #62070D
Complementary color
Monochromatic Colors of #62070D
Black with #62070D
Text Example
Text Example
White with #62070D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62070D; }
p { color: rgb(98,7,13); }
H1.HeaderClassName
{
color: #62070D;
}
.AnyTagClassName
{
color: #62070D;
}
</style>
background-color css
<style>
a { background-color: #62070D; }
a { background-color: rgb(98,7,13); }
div.DivClassName
{
background-color: #62070D;
}
.BgClassName
{
background-color: #62070D;
}
</style>
border-color css
<style>
span { border-color: #62070D; }
span { border-color: rgb(98,7,13); }
td.TdClassName
{
border-color: #62070D;
}
.TagClassName
{
border-color: #62070D;
}
</style>