Shades of Pohutukawa #621221
Tints of Pohutukawa #621221
RGB
CMYK
RGB Variations
Color information
#621221 (or 0x621221) is known color: Pohutukawa. HEX triplet: 62, 12 and 21. RGB value is (98,18,33). Sum of RGB (Red+Green+Blue) = 98+18+33=149 (19% of max value = 765). Red value is 98 (38.67% from 255 or 65.77% from 149); Green value is 18 (7.42% from 255 or 12.08% from 149); Blue value is 33 (13.28% from 255 or 22.15% from 149); Max value from RGB is 98 - color contains mainly: red. Hex color #621221 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621221 is #9DEDDE. Grayscale: #2B2B2B. Windows color (decimal): -10350047 or 2167394. OLE color: 2167394.
HSL color Cylindrical-coordinate representation of color #621221: hue angle of 348.75º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #621221 is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 18 | 33 | - |
| CMYK | 0 | 0.82 | 0.66 | 0.62 |
| HSL | 348.75º | 0.69% | 0.23% | - |
| HSV(B) | 348.75º | 0.82% | 0.38% | - |
| XYZ | 5.53 | 3.14 | 1.75 | - |
| YUV | 43.63 | 122 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 18 | 33 | 0 | 0.82 | 0.66 | 0.62 | 348.75 | 0.69 | 0.23 |
| Hex | 62 | 12 | 21 | 0 | 52 | 42 | 3E | 15D | 45 | 17 |
| Octal | 142 | 22 | 41 | 0 | 122 | 102 | 76 | 535 | 105 | 27 |
| Binary | 1100010 | 10010 | 100001 | 0 | 1010010 | 1000010 | 111110 | 101011101 | 1000101 | 10111 |
Color Harmonies of #621221
Complementary color
Monochromatic Colors of #621221
Black with #621221
Text Example
Text Example
White with #621221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621221; }
p { color: rgb(98,18,33); }
H1.HeaderClassName
{
color: #621221;
}
.AnyTagClassName
{
color: #621221;
}
</style>
background-color css
<style>
a { background-color: #621221; }
a { background-color: rgb(98,18,33); }
div.DivClassName
{
background-color: #621221;
}
.BgClassName
{
background-color: #621221;
}
</style>
border-color css
<style>
span { border-color: #621221; }
span { border-color: rgb(98,18,33); }
td.TdClassName
{
border-color: #621221;
}
.TagClassName
{
border-color: #621221;
}
</style>