Shades of Pohutukawa #621213
Tints of Pohutukawa #621213
RGB
CMYK
RGB Variations
Color information
#621213 (or 0x621213) is known color: Pohutukawa. HEX triplet: 62, 12 and 13. RGB value is (98,18,19). Sum of RGB (Red+Green+Blue) = 98+18+19=135 (17% of max value = 765). Red value is 98 (38.67% from 255 or 72.59% from 135); Green value is 18 (7.42% from 255 or 13.33% from 135); Blue value is 19 (7.81% from 255 or 14.07% from 135); Max value from RGB is 98 - color contains mainly: red. Hex color #621213 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621213 is #9DEDEC. Grayscale: #2A2A2A. Windows color (decimal): -10350061 or 1249890. OLE color: 1249890.
HSL color Cylindrical-coordinate representation of color #621213: hue angle of 359.25º 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 #621213 is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 18 | 19 | - |
| CMYK | 0 | 0.82 | 0.81 | 0.62 |
| HSL | 359.25º | 0.69% | 0.23% | - |
| HSV(B) | 359.25º | 0.82% | 0.38% | - |
| XYZ | 5.37 | 3.08 | 0.93 | - |
| YUV | 42.03 | 115 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 18 | 19 | 0 | 0.82 | 0.81 | 0.62 | 359.25 | 0.69 | 0.23 |
| Hex | 62 | 12 | 13 | 0 | 52 | 51 | 3E | 167 | 45 | 17 |
| Octal | 142 | 22 | 23 | 0 | 122 | 121 | 76 | 547 | 105 | 27 |
| Binary | 1100010 | 10010 | 10011 | 0 | 1010010 | 1010001 | 111110 | 101100111 | 1000101 | 10111 |
Color Harmonies of #621213
Complementary color
Monochromatic Colors of #621213
Black with #621213
Text Example
Text Example
White with #621213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621213; }
p { color: rgb(98,18,19); }
H1.HeaderClassName
{
color: #621213;
}
.AnyTagClassName
{
color: #621213;
}
</style>
background-color css
<style>
a { background-color: #621213; }
a { background-color: rgb(98,18,19); }
div.DivClassName
{
background-color: #621213;
}
.BgClassName
{
background-color: #621213;
}
</style>
border-color css
<style>
span { border-color: #621213; }
span { border-color: rgb(98,18,19); }
td.TdClassName
{
border-color: #621213;
}
.TagClassName
{
border-color: #621213;
}
</style>