Shades of Pohutukawa #621A21
Tints of Pohutukawa #621A21
RGB
CMYK
RGB Variations
Color information
#621A21 (or 0x621A21) is known color: Pohutukawa. HEX triplet: 62, 1A and 21. RGB value is (98,26,33). Sum of RGB (Red+Green+Blue) = 98+26+33=157 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.42% from 157); Green value is 26 (10.55% from 255 or 16.56% from 157); Blue value is 33 (13.28% from 255 or 21.02% from 157); Max value from RGB is 98 - color contains mainly: red. Hex color #621A21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621A21 is #9DE5DE. Grayscale: #303030. Windows color (decimal): -10347999 or 2169442. OLE color: 2169442.
HSL color Cylindrical-coordinate representation of color #621A21: hue angle of 354.17º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #621A21 is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 26 | 33 | - |
| CMYK | 0 | 0.73 | 0.66 | 0.62 |
| HSL | 354.17º | 0.58% | 0.24% | - |
| HSV(B) | 354.17º | 0.73% | 0.38% | - |
| XYZ | 5.68 | 3.45 | 1.8 | - |
| YUV | 48.33 | 119.35 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 26 | 33 | 0 | 0.73 | 0.66 | 0.62 | 354.17 | 0.58 | 0.24 |
| Hex | 62 | 1A | 21 | 0 | 49 | 42 | 3E | 162 | 3A | 18 |
| Octal | 142 | 32 | 41 | 0 | 111 | 102 | 76 | 542 | 72 | 30 |
| Binary | 1100010 | 11010 | 100001 | 0 | 1001001 | 1000010 | 111110 | 101100010 | 111010 | 11000 |
Color Harmonies of #621A21
Complementary color
Monochromatic Colors of #621A21
Black with #621A21
Text Example
Text Example
White with #621A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621A21; }
p { color: rgb(98,26,33); }
H1.HeaderClassName
{
color: #621A21;
}
.AnyTagClassName
{
color: #621A21;
}
</style>
background-color css
<style>
a { background-color: #621A21; }
a { background-color: rgb(98,26,33); }
div.DivClassName
{
background-color: #621A21;
}
.BgClassName
{
background-color: #621A21;
}
</style>
border-color css
<style>
span { border-color: #621A21; }
span { border-color: rgb(98,26,33); }
td.TdClassName
{
border-color: #621A21;
}
.TagClassName
{
border-color: #621A21;
}
</style>