Shades of Pohutukawa #62090A
Tints of Pohutukawa #62090A
RGB
CMYK
RGB Variations
Color information
#62090A (or 0x62090A) is known color: Pohutukawa. HEX triplet: 62, 09 and 0A. RGB value is (98,9,10). Sum of RGB (Red+Green+Blue) = 98+9+10=117 (15% of max value = 765). Red value is 98 (38.67% from 255 or 83.76% from 117); Green value is 9 (3.91% from 255 or 7.69% from 117); Blue value is 10 (4.30% from 255 or 8.55% from 117); Max value from RGB is 98 - color contains mainly: red. Hex color #62090A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62090A is #9DF6F5. Grayscale: #232323. Windows color (decimal): -10352374 or 657762. OLE color: 657762.
HSL color Cylindrical-coordinate representation of color #62090A: hue angle of 359.33º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #62090A is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 9 | 10 | - |
| CMYK | 0 | 0.91 | 0.90 | 0.62 |
| HSL | 359.33º | 0.83% | 0.21% | - |
| HSV(B) | 359.33º | 0.91% | 0.38% | - |
| XYZ | 5.19 | 2.81 | 0.56 | - |
| YUV | 35.73 | 113.49 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 9 | 10 | 0 | 0.91 | 0.90 | 0.62 | 359.33 | 0.83 | 0.21 |
| Hex | 62 | 9 | A | 0 | 5B | 5A | 3E | 167 | 53 | 15 |
| Octal | 142 | 11 | 12 | 0 | 133 | 132 | 76 | 547 | 123 | 25 |
| Binary | 1100010 | 1001 | 1010 | 0 | 1011011 | 1011010 | 111110 | 101100111 | 1010011 | 10101 |
Color Harmonies of #62090A
Complementary color
Monochromatic Colors of #62090A
Black with #62090A
Text Example
Text Example
White with #62090A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62090A; }
p { color: rgb(98,9,10); }
H1.HeaderClassName
{
color: #62090A;
}
.AnyTagClassName
{
color: #62090A;
}
</style>
background-color css
<style>
a { background-color: #62090A; }
a { background-color: rgb(98,9,10); }
div.DivClassName
{
background-color: #62090A;
}
.BgClassName
{
background-color: #62090A;
}
</style>
border-color css
<style>
span { border-color: #62090A; }
span { border-color: rgb(98,9,10); }
td.TdClassName
{
border-color: #62090A;
}
.TagClassName
{
border-color: #62090A;
}
</style>