Shades of Pohutukawa #620A11
Tints of Pohutukawa #620A11
RGB
CMYK
RGB Variations
Color information
#620A11 (or 0x620A11) is known color: Pohutukawa. HEX triplet: 62, 0A and 11. RGB value is (98,10,17). Sum of RGB (Red+Green+Blue) = 98+10+17=125 (16% of max value = 765). Red value is 98 (38.67% from 255 or 78.4% from 125); Green value is 10 (4.30% from 255 or 8% from 125); Blue value is 17 (7.03% from 255 or 13.6% from 125); Max value from RGB is 98 - color contains mainly: red. Hex color #620A11 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620A11 is #9DF5EE. Grayscale: #252525. Windows color (decimal): -10352111 or 1116770. OLE color: 1116770.
HSL color Cylindrical-coordinate representation of color #620A11: hue angle of 355.23º 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 #620A11 is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 10 | 17 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.62 |
| HSL | 355.23º | 0.81% | 0.21% | - |
| HSV(B) | 355.23º | 0.9% | 0.38% | - |
| XYZ | 5.25 | 2.85 | 0.8 | - |
| YUV | 37.11 | 116.65 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 10 | 17 | 0 | 0.90 | 0.83 | 0.62 | 355.23 | 0.81 | 0.21 |
| Hex | 62 | A | 11 | 0 | 5A | 53 | 3E | 163 | 51 | 15 |
| Octal | 142 | 12 | 21 | 0 | 132 | 123 | 76 | 543 | 121 | 25 |
| Binary | 1100010 | 1010 | 10001 | 0 | 1011010 | 1010011 | 111110 | 101100011 | 1010001 | 10101 |
Color Harmonies of #620A11
Complementary color
Monochromatic Colors of #620A11
Black with #620A11
Text Example
Text Example
White with #620A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620A11; }
p { color: rgb(98,10,17); }
H1.HeaderClassName
{
color: #620A11;
}
.AnyTagClassName
{
color: #620A11;
}
</style>
background-color css
<style>
a { background-color: #620A11; }
a { background-color: rgb(98,10,17); }
div.DivClassName
{
background-color: #620A11;
}
.BgClassName
{
background-color: #620A11;
}
</style>
border-color css
<style>
span { border-color: #620A11; }
span { border-color: rgb(98,10,17); }
td.TdClassName
{
border-color: #620A11;
}
.TagClassName
{
border-color: #620A11;
}
</style>