Shades of Pohutukawa #620A10
Tints of Pohutukawa #620A10
RGB
CMYK
RGB Variations
Color information
#620A10 (or 0x620A10) is known color: Pohutukawa. HEX triplet: 62, 0A and 10. RGB value is (98,10,16). Sum of RGB (Red+Green+Blue) = 98+10+16=124 (16% of max value = 765). Red value is 98 (38.67% from 255 or 79.03% from 124); Green value is 10 (4.30% from 255 or 8.06% from 124); Blue value is 16 (6.64% from 255 or 12.90% from 124); Max value from RGB is 98 - color contains mainly: red. Hex color #620A10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620A10 is #9DF5EF. Grayscale: #252525. Windows color (decimal): -10352112 or 1051234. OLE color: 1051234.
HSL color Cylindrical-coordinate representation of color #620A10: hue angle of 355.91º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #620A10 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 10 | 16 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.62 |
| HSL | 355.91º | 0.81% | 0.21% | - |
| HSV(B) | 355.91º | 0.9% | 0.38% | - |
| XYZ | 5.24 | 2.85 | 0.76 | - |
| YUV | 37 | 116.15 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 10 | 16 | 0 | 0.90 | 0.84 | 0.62 | 355.91 | 0.81 | 0.21 |
| Hex | 62 | A | 10 | 0 | 5A | 54 | 3E | 164 | 51 | 15 |
| Octal | 142 | 12 | 20 | 0 | 132 | 124 | 76 | 544 | 121 | 25 |
| Binary | 1100010 | 1010 | 10000 | 0 | 1011010 | 1010100 | 111110 | 101100100 | 1010001 | 10101 |
Color Harmonies of #620A10
Complementary color
Monochromatic Colors of #620A10
Black with #620A10
Text Example
Text Example
White with #620A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620A10; }
p { color: rgb(98,10,16); }
H1.HeaderClassName
{
color: #620A10;
}
.AnyTagClassName
{
color: #620A10;
}
</style>
background-color css
<style>
a { background-color: #620A10; }
a { background-color: rgb(98,10,16); }
div.DivClassName
{
background-color: #620A10;
}
.BgClassName
{
background-color: #620A10;
}
</style>
border-color css
<style>
span { border-color: #620A10; }
span { border-color: rgb(98,10,16); }
td.TdClassName
{
border-color: #620A10;
}
.TagClassName
{
border-color: #620A10;
}
</style>