Shades of Pohutukawa #621121
Tints of Pohutukawa #621121
RGB
CMYK
RGB Variations
Color information
#621121 (or 0x621121) is known color: Pohutukawa. HEX triplet: 62, 11 and 21. RGB value is (98,17,33). Sum of RGB (Red+Green+Blue) = 98+17+33=148 (19% of max value = 765). Red value is 98 (38.67% from 255 or 66.22% from 148); Green value is 17 (7.03% from 255 or 11.49% from 148); Blue value is 33 (13.28% from 255 or 22.30% from 148); Max value from RGB is 98 - color contains mainly: red. Hex color #621121 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621121 is #9DEEDE. Grayscale: #2B2B2B. Windows color (decimal): -10350303 or 2167138. OLE color: 2167138.
HSL color Cylindrical-coordinate representation of color #621121: hue angle of 348.15º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #621121 is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 17 | 33 | - |
| CMYK | 0 | 0.83 | 0.66 | 0.62 |
| HSL | 348.15º | 0.7% | 0.23% | - |
| HSV(B) | 348.15º | 0.83% | 0.38% | - |
| XYZ | 5.51 | 3.11 | 1.75 | - |
| YUV | 43.04 | 122.34 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 17 | 33 | 0 | 0.83 | 0.66 | 0.62 | 348.15 | 0.7 | 0.23 |
| Hex | 62 | 11 | 21 | 0 | 53 | 42 | 3E | 15C | 46 | 17 |
| Octal | 142 | 21 | 41 | 0 | 123 | 102 | 76 | 534 | 106 | 27 |
| Binary | 1100010 | 10001 | 100001 | 0 | 1010011 | 1000010 | 111110 | 101011100 | 1000110 | 10111 |
Color Harmonies of #621121
Complementary color
Monochromatic Colors of #621121
Black with #621121
Text Example
Text Example
White with #621121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621121; }
p { color: rgb(98,17,33); }
H1.HeaderClassName
{
color: #621121;
}
.AnyTagClassName
{
color: #621121;
}
</style>
background-color css
<style>
a { background-color: #621121; }
a { background-color: rgb(98,17,33); }
div.DivClassName
{
background-color: #621121;
}
.BgClassName
{
background-color: #621121;
}
</style>
border-color css
<style>
span { border-color: #621121; }
span { border-color: rgb(98,17,33); }
td.TdClassName
{
border-color: #621121;
}
.TagClassName
{
border-color: #621121;
}
</style>