Shades of Pohutukawa #662124
Tints of Pohutukawa #662124
RGB
CMYK
RGB Variations
Color information
#662124 (or 0x662124) is known color: Pohutukawa. HEX triplet: 66, 21 and 24. RGB value is (102,33,36). Sum of RGB (Red+Green+Blue) = 102+33+36=171 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.65% from 171); Green value is 33 (13.28% from 255 or 19.30% from 171); Blue value is 36 (14.45% from 255 or 21.05% from 171); Max value from RGB is 102 - color contains mainly: red. Hex color #662124 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662124 is #99DEDB. Grayscale: #363636. Windows color (decimal): -10084060 or 2367846. OLE color: 2367846.
HSL color Cylindrical-coordinate representation of color #662124: hue angle of 357.39º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #662124 is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 33 | 36 | - |
| CMYK | 0 | 0.68 | 0.65 | 0.6 |
| HSL | 357.39º | 0.51% | 0.26% | - |
| HSV(B) | 357.39º | 0.68% | 0.4% | - |
| XYZ | 6.34 | 4.04 | 2.11 | - |
| YUV | 53.97 | 117.86 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 33 | 36 | 0 | 0.68 | 0.65 | 0.6 | 357.39 | 0.51 | 0.26 |
| Hex | 66 | 21 | 24 | 0 | 44 | 41 | 3C | 165 | 33 | 1A |
| Octal | 146 | 41 | 44 | 0 | 104 | 101 | 74 | 545 | 63 | 32 |
| Binary | 1100110 | 100001 | 100100 | 0 | 1000100 | 1000001 | 111100 | 101100101 | 110011 | 11010 |
Color Harmonies of #662124
Complementary color
Monochromatic Colors of #662124
Black with #662124
Text Example
Text Example
White with #662124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662124; }
p { color: rgb(102,33,36); }
H1.HeaderClassName
{
color: #662124;
}
.AnyTagClassName
{
color: #662124;
}
</style>
background-color css
<style>
a { background-color: #662124; }
a { background-color: rgb(102,33,36); }
div.DivClassName
{
background-color: #662124;
}
.BgClassName
{
background-color: #662124;
}
</style>
border-color css
<style>
span { border-color: #662124; }
span { border-color: rgb(102,33,36); }
td.TdClassName
{
border-color: #662124;
}
.TagClassName
{
border-color: #662124;
}
</style>