Shades of Pohutukawa #621119
Tints of Pohutukawa #621119
RGB
CMYK
RGB Variations
Color information
#621119 (or 0x621119) is known color: Pohutukawa. HEX triplet: 62, 11 and 19. RGB value is (98,17,25). Sum of RGB (Red+Green+Blue) = 98+17+25=140 (18% of max value = 765). Red value is 98 (38.67% from 255 or 70% from 140); Green value is 17 (7.03% from 255 or 12.14% from 140); Blue value is 25 (10.16% from 255 or 17.86% from 140); Max value from RGB is 98 - color contains mainly: red. Hex color #621119 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621119 is #9DEEE6. Grayscale: #2A2A2A. Windows color (decimal): -10350311 or 1642850. OLE color: 1642850.
HSL color Cylindrical-coordinate representation of color #621119: hue angle of 354.07º 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 #621119 is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 17 | 25 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.62 |
| HSL | 354.07º | 0.7% | 0.23% | - |
| HSV(B) | 354.07º | 0.83% | 0.38% | - |
| XYZ | 5.41 | 3.07 | 1.23 | - |
| YUV | 42.13 | 118.34 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 17 | 25 | 0 | 0.83 | 0.74 | 0.62 | 354.07 | 0.7 | 0.23 |
| Hex | 62 | 11 | 19 | 0 | 53 | 4A | 3E | 162 | 46 | 17 |
| Octal | 142 | 21 | 31 | 0 | 123 | 112 | 76 | 542 | 106 | 27 |
| Binary | 1100010 | 10001 | 11001 | 0 | 1010011 | 1001010 | 111110 | 101100010 | 1000110 | 10111 |
Color Harmonies of #621119
Complementary color
Monochromatic Colors of #621119
Black with #621119
Text Example
Text Example
White with #621119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621119; }
p { color: rgb(98,17,25); }
H1.HeaderClassName
{
color: #621119;
}
.AnyTagClassName
{
color: #621119;
}
</style>
background-color css
<style>
a { background-color: #621119; }
a { background-color: rgb(98,17,25); }
div.DivClassName
{
background-color: #621119;
}
.BgClassName
{
background-color: #621119;
}
</style>
border-color css
<style>
span { border-color: #621119; }
span { border-color: rgb(98,17,25); }
td.TdClassName
{
border-color: #621119;
}
.TagClassName
{
border-color: #621119;
}
</style>