Shades of Pohutukawa #621628
Tints of Pohutukawa #621628
RGB
CMYK
RGB Variations
Color information
#621628 (or 0x621628) is known color: Pohutukawa. HEX triplet: 62, 16 and 28. RGB value is (98,22,40). Sum of RGB (Red+Green+Blue) = 98+22+40=160 (21% of max value = 765). Red value is 98 (38.67% from 255 or 61.25% from 160); Green value is 22 (8.98% from 255 or 13.75% from 160); Blue value is 40 (16.02% from 255 or 25% from 160); Max value from RGB is 98 - color contains mainly: red. Hex color #621628 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621628 is #9DE9D7. Grayscale: #2E2E2E. Windows color (decimal): -10349016 or 2627170. OLE color: 2627170.
HSL color Cylindrical-coordinate representation of color #621628: hue angle of 345.79º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #621628 is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 22 | 40 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.62 |
| HSL | 345.79º | 0.63% | 0.24% | - |
| HSV(B) | 345.79º | 0.78% | 0.38% | - |
| XYZ | 5.71 | 3.32 | 2.35 | - |
| YUV | 46.78 | 124.18 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 22 | 40 | 0 | 0.78 | 0.59 | 0.62 | 345.79 | 0.63 | 0.24 |
| Hex | 62 | 16 | 28 | 0 | 4E | 3B | 3E | 15A | 3F | 18 |
| Octal | 142 | 26 | 50 | 0 | 116 | 73 | 76 | 532 | 77 | 30 |
| Binary | 1100010 | 10110 | 101000 | 0 | 1001110 | 111011 | 111110 | 101011010 | 111111 | 11000 |
Color Harmonies of #621628
Complementary color
Monochromatic Colors of #621628
Black with #621628
Text Example
Text Example
White with #621628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621628; }
p { color: rgb(98,22,40); }
H1.HeaderClassName
{
color: #621628;
}
.AnyTagClassName
{
color: #621628;
}
</style>
background-color css
<style>
a { background-color: #621628; }
a { background-color: rgb(98,22,40); }
div.DivClassName
{
background-color: #621628;
}
.BgClassName
{
background-color: #621628;
}
</style>
border-color css
<style>
span { border-color: #621628; }
span { border-color: rgb(98,22,40); }
td.TdClassName
{
border-color: #621628;
}
.TagClassName
{
border-color: #621628;
}
</style>