Shades of Pohutukawa #620A0C
Tints of Pohutukawa #620A0C
RGB
CMYK
RGB Variations
Color information
#620A0C (or 0x620A0C) is known color: Pohutukawa. HEX triplet: 62, 0A and 0C. RGB value is (98,10,12). Sum of RGB (Red+Green+Blue) = 98+10+12=120 (15% of max value = 765). Red value is 98 (38.67% from 255 or 81.67% from 120); Green value is 10 (4.30% from 255 or 8.33% from 120); Blue value is 12 (5.08% from 255 or 10% from 120); Max value from RGB is 98 - color contains mainly: red. Hex color #620A0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620A0C is #9DF5F3. Grayscale: #242424. Windows color (decimal): -10352116 or 789090. OLE color: 789090.
HSL color Cylindrical-coordinate representation of color #620A0C: hue angle of 358.64º 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 #620A0C is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 10 | 12 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.62 |
| HSL | 358.64º | 0.81% | 0.21% | - |
| HSV(B) | 358.64º | 0.9% | 0.38% | - |
| XYZ | 5.21 | 2.84 | 0.62 | - |
| YUV | 36.54 | 114.15 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 10 | 12 | 0 | 0.90 | 0.88 | 0.62 | 358.64 | 0.81 | 0.21 |
| Hex | 62 | A | C | 0 | 5A | 58 | 3E | 167 | 51 | 15 |
| Octal | 142 | 12 | 14 | 0 | 132 | 130 | 76 | 547 | 121 | 25 |
| Binary | 1100010 | 1010 | 1100 | 0 | 1011010 | 1011000 | 111110 | 101100111 | 1010001 | 10101 |
Color Harmonies of #620A0C
Complementary color
Monochromatic Colors of #620A0C
Black with #620A0C
Text Example
Text Example
White with #620A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620A0C; }
p { color: rgb(98,10,12); }
H1.HeaderClassName
{
color: #620A0C;
}
.AnyTagClassName
{
color: #620A0C;
}
</style>
background-color css
<style>
a { background-color: #620A0C; }
a { background-color: rgb(98,10,12); }
div.DivClassName
{
background-color: #620A0C;
}
.BgClassName
{
background-color: #620A0C;
}
</style>
border-color css
<style>
span { border-color: #620A0C; }
span { border-color: rgb(98,10,12); }
td.TdClassName
{
border-color: #620A0C;
}
.TagClassName
{
border-color: #620A0C;
}
</style>