Shades of Pohutukawa #622124
Tints of Pohutukawa #622124
RGB
CMYK
RGB Variations
Color information
#622124 (or 0x622124) is known color: Pohutukawa. HEX triplet: 62, 21 and 24. RGB value is (98,33,36). Sum of RGB (Red+Green+Blue) = 98+33+36=167 (22% of max value = 765). Red value is 98 (38.67% from 255 or 58.68% from 167); Green value is 33 (13.28% from 255 or 19.76% from 167); Blue value is 36 (14.45% from 255 or 21.56% from 167); Max value from RGB is 98 - color contains mainly: red. Hex color #622124 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622124 is #9DDEDB. Grayscale: #343434. Windows color (decimal): -10346204 or 2367842. OLE color: 2367842.
HSL color Cylindrical-coordinate representation of color #622124: hue angle of 357.23º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #622124 is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 33 | 36 | - |
| CMYK | 0 | 0.66 | 0.63 | 0.62 |
| HSL | 357.23º | 0.5% | 0.26% | - |
| HSV(B) | 357.23º | 0.66% | 0.38% | - |
| XYZ | 5.9 | 3.81 | 2.09 | - |
| YUV | 52.78 | 118.53 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 33 | 36 | 0 | 0.66 | 0.63 | 0.62 | 357.23 | 0.5 | 0.26 |
| Hex | 62 | 21 | 24 | 0 | 42 | 3F | 3E | 165 | 32 | 1A |
| Octal | 142 | 41 | 44 | 0 | 102 | 77 | 76 | 545 | 62 | 32 |
| Binary | 1100010 | 100001 | 100100 | 0 | 1000010 | 111111 | 111110 | 101100101 | 110010 | 11010 |
Color Harmonies of #622124
Complementary color
Monochromatic Colors of #622124
Black with #622124
Text Example
Text Example
White with #622124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622124; }
p { color: rgb(98,33,36); }
H1.HeaderClassName
{
color: #622124;
}
.AnyTagClassName
{
color: #622124;
}
</style>
background-color css
<style>
a { background-color: #622124; }
a { background-color: rgb(98,33,36); }
div.DivClassName
{
background-color: #622124;
}
.BgClassName
{
background-color: #622124;
}
</style>
border-color css
<style>
span { border-color: #622124; }
span { border-color: rgb(98,33,36); }
td.TdClassName
{
border-color: #622124;
}
.TagClassName
{
border-color: #622124;
}
</style>