Shades of Pohutukawa #620D28
Tints of Pohutukawa #620D28
RGB
CMYK
RGB Variations
Color information
#620D28 (or 0x620D28) is known color: Pohutukawa. HEX triplet: 62, 0D and 28. RGB value is (98,13,40). Sum of RGB (Red+Green+Blue) = 98+13+40=151 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.90% from 151); Green value is 13 (5.47% from 255 or 8.61% from 151); Blue value is 40 (16.02% from 255 or 26.49% from 151); Max value from RGB is 98 - color contains mainly: red. Hex color #620D28 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620D28 is #9DF2D7. Grayscale: #292929. Windows color (decimal): -10351320 or 2624866. OLE color: 2624866.
HSL color Cylindrical-coordinate representation of color #620D28: hue angle of 340.94º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #620D28 is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 13 | 40 | - |
| CMYK | 0 | 0.87 | 0.59 | 0.62 |
| HSL | 340.94º | 0.77% | 0.22% | - |
| HSV(B) | 340.94º | 0.87% | 0.38% | - |
| XYZ | 5.56 | 3.04 | 2.3 | - |
| YUV | 41.49 | 127.16 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 13 | 40 | 0 | 0.87 | 0.59 | 0.62 | 340.94 | 0.77 | 0.22 |
| Hex | 62 | D | 28 | 0 | 57 | 3B | 3E | 155 | 4D | 16 |
| Octal | 142 | 15 | 50 | 0 | 127 | 73 | 76 | 525 | 115 | 26 |
| Binary | 1100010 | 1101 | 101000 | 0 | 1010111 | 111011 | 111110 | 101010101 | 1001101 | 10110 |
Color Harmonies of #620D28
Complementary color
Monochromatic Colors of #620D28
Black with #620D28
Text Example
Text Example
White with #620D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620D28; }
p { color: rgb(98,13,40); }
H1.HeaderClassName
{
color: #620D28;
}
.AnyTagClassName
{
color: #620D28;
}
</style>
background-color css
<style>
a { background-color: #620D28; }
a { background-color: rgb(98,13,40); }
div.DivClassName
{
background-color: #620D28;
}
.BgClassName
{
background-color: #620D28;
}
</style>
border-color css
<style>
span { border-color: #620D28; }
span { border-color: rgb(98,13,40); }
td.TdClassName
{
border-color: #620D28;
}
.TagClassName
{
border-color: #620D28;
}
</style>