Shades of Pohutukawa #662022
Tints of Pohutukawa #662022
RGB
CMYK
RGB Variations
Color information
#662022 (or 0x662022) is known color: Pohutukawa. HEX triplet: 66, 20 and 22. RGB value is (102,32,34). Sum of RGB (Red+Green+Blue) = 102+32+34=168 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.71% from 168); Green value is 32 (12.89% from 255 or 19.05% from 168); Blue value is 34 (13.67% from 255 or 20.24% from 168); Max value from RGB is 102 - color contains mainly: red. Hex color #662022 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662022 is #99DFDD. Grayscale: #353535. Windows color (decimal): -10084318 or 2236518. OLE color: 2236518.
HSL color Cylindrical-coordinate representation of color #662022: hue angle of 358.29º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #662022 is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 32 | 34 | - |
| CMYK | 0 | 0.69 | 0.67 | 0.6 |
| HSL | 358.29º | 0.52% | 0.26% | - |
| HSV(B) | 358.29º | 0.69% | 0.4% | - |
| XYZ | 6.28 | 3.97 | 1.95 | - |
| YUV | 53.16 | 117.19 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 32 | 34 | 0 | 0.69 | 0.67 | 0.6 | 358.29 | 0.52 | 0.26 |
| Hex | 66 | 20 | 22 | 0 | 45 | 43 | 3C | 166 | 34 | 1A |
| Octal | 146 | 40 | 42 | 0 | 105 | 103 | 74 | 546 | 64 | 32 |
| Binary | 1100110 | 100000 | 100010 | 0 | 1000101 | 1000011 | 111100 | 101100110 | 110100 | 11010 |
Color Harmonies of #662022
Complementary color
Monochromatic Colors of #662022
Black with #662022
Text Example
Text Example
White with #662022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662022; }
p { color: rgb(102,32,34); }
H1.HeaderClassName
{
color: #662022;
}
.AnyTagClassName
{
color: #662022;
}
</style>
background-color css
<style>
a { background-color: #662022; }
a { background-color: rgb(102,32,34); }
div.DivClassName
{
background-color: #662022;
}
.BgClassName
{
background-color: #662022;
}
</style>
border-color css
<style>
span { border-color: #662022; }
span { border-color: rgb(102,32,34); }
td.TdClassName
{
border-color: #662022;
}
.TagClassName
{
border-color: #662022;
}
</style>