Shades of Pohutukawa #62070A
Tints of Pohutukawa #62070A
RGB
CMYK
RGB Variations
Color information
#62070A (or 0x62070A) is known color: Pohutukawa. HEX triplet: 62, 07 and 0A. RGB value is (98,7,10). Sum of RGB (Red+Green+Blue) = 98+7+10=115 (15% of max value = 765). Red value is 98 (38.67% from 255 or 85.22% from 115); Green value is 7 (3.12% from 255 or 6.09% from 115); Blue value is 10 (4.30% from 255 or 8.70% from 115); Max value from RGB is 98 - color contains mainly: red. Hex color #62070A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62070A is #9DF8F5. Grayscale: #222222. Windows color (decimal): -10352886 or 657250. OLE color: 657250.
HSL color Cylindrical-coordinate representation of color #62070A: hue angle of 358.02º 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 #62070A is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 7 | 10 | - |
| CMYK | 0 | 0.93 | 0.90 | 0.62 |
| HSL | 358.02º | 0.87% | 0.21% | - |
| HSV(B) | 358.02º | 0.93% | 0.38% | - |
| XYZ | 5.17 | 2.77 | 0.55 | - |
| YUV | 34.55 | 114.15 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 7 | 10 | 0 | 0.93 | 0.90 | 0.62 | 358.02 | 0.87 | 0.21 |
| Hex | 62 | 7 | A | 0 | 5D | 5A | 3E | 166 | 57 | 15 |
| Octal | 142 | 7 | 12 | 0 | 135 | 132 | 76 | 546 | 127 | 25 |
| Binary | 1100010 | 111 | 1010 | 0 | 1011101 | 1011010 | 111110 | 101100110 | 1010111 | 10101 |
Color Harmonies of #62070A
Complementary color
Monochromatic Colors of #62070A
Black with #62070A
Text Example
Text Example
White with #62070A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62070A; }
p { color: rgb(98,7,10); }
H1.HeaderClassName
{
color: #62070A;
}
.AnyTagClassName
{
color: #62070A;
}
</style>
background-color css
<style>
a { background-color: #62070A; }
a { background-color: rgb(98,7,10); }
div.DivClassName
{
background-color: #62070A;
}
.BgClassName
{
background-color: #62070A;
}
</style>
border-color css
<style>
span { border-color: #62070A; }
span { border-color: rgb(98,7,10); }
td.TdClassName
{
border-color: #62070A;
}
.TagClassName
{
border-color: #62070A;
}
</style>