Shades of Pohutukawa #620A29
Tints of Pohutukawa #620A29
RGB
CMYK
RGB Variations
Color information
#620A29 (or 0x620A29) is known color: Pohutukawa. HEX triplet: 62, 0A and 29. RGB value is (98,10,41). Sum of RGB (Red+Green+Blue) = 98+10+41=149 (19% of max value = 765). Red value is 98 (38.67% from 255 or 65.77% from 149); Green value is 10 (4.30% from 255 or 6.71% from 149); Blue value is 41 (16.41% from 255 or 27.52% from 149); Max value from RGB is 98 - color contains mainly: red. Hex color #620A29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620A29 is #9DF5D6. Grayscale: #272727. Windows color (decimal): -10352087 or 2689634. OLE color: 2689634.
HSL color Cylindrical-coordinate representation of color #620A29: hue angle of 338.86º 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 #620A29 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 10 | 41 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.62 |
| HSL | 338.86º | 0.81% | 0.21% | - |
| HSV(B) | 338.86º | 0.9% | 0.38% | - |
| XYZ | 5.55 | 2.97 | 2.38 | - |
| YUV | 39.85 | 128.65 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 10 | 41 | 0 | 0.90 | 0.58 | 0.62 | 338.86 | 0.81 | 0.21 |
| Hex | 62 | A | 29 | 0 | 5A | 3A | 3E | 153 | 51 | 15 |
| Octal | 142 | 12 | 51 | 0 | 132 | 72 | 76 | 523 | 121 | 25 |
| Binary | 1100010 | 1010 | 101001 | 0 | 1011010 | 111010 | 111110 | 101010011 | 1010001 | 10101 |
Color Harmonies of #620A29
Complementary color
Monochromatic Colors of #620A29
Black with #620A29
Text Example
Text Example
White with #620A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620A29; }
p { color: rgb(98,10,41); }
H1.HeaderClassName
{
color: #620A29;
}
.AnyTagClassName
{
color: #620A29;
}
</style>
background-color css
<style>
a { background-color: #620A29; }
a { background-color: rgb(98,10,41); }
div.DivClassName
{
background-color: #620A29;
}
.BgClassName
{
background-color: #620A29;
}
</style>
border-color css
<style>
span { border-color: #620A29; }
span { border-color: rgb(98,10,41); }
td.TdClassName
{
border-color: #620A29;
}
.TagClassName
{
border-color: #620A29;
}
</style>