Shades of Pohutukawa #662026
Tints of Pohutukawa #662026
RGB
CMYK
RGB Variations
Color information
#662026 (or 0x662026) is known color: Pohutukawa. HEX triplet: 66, 20 and 26. RGB value is (102,32,38). Sum of RGB (Red+Green+Blue) = 102+32+38=172 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.30% from 172); Green value is 32 (12.89% from 255 or 18.60% from 172); Blue value is 38 (15.23% from 255 or 22.09% from 172); Max value from RGB is 102 - color contains mainly: red. Hex color #662026 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662026 is #99DFD9. Grayscale: #353535. Windows color (decimal): -10084314 or 2498662. OLE color: 2498662.
HSL color Cylindrical-coordinate representation of color #662026: hue angle of 354.86º 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 #662026 is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 32 | 38 | - |
| CMYK | 0 | 0.69 | 0.63 | 0.6 |
| HSL | 354.86º | 0.52% | 0.26% | - |
| HSV(B) | 354.86º | 0.69% | 0.4% | - |
| XYZ | 6.35 | 4 | 2.27 | - |
| YUV | 53.61 | 119.19 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 32 | 38 | 0 | 0.69 | 0.63 | 0.6 | 354.86 | 0.52 | 0.26 |
| Hex | 66 | 20 | 26 | 0 | 45 | 3F | 3C | 163 | 34 | 1A |
| Octal | 146 | 40 | 46 | 0 | 105 | 77 | 74 | 543 | 64 | 32 |
| Binary | 1100110 | 100000 | 100110 | 0 | 1000101 | 111111 | 111100 | 101100011 | 110100 | 11010 |
Color Harmonies of #662026
Complementary color
Monochromatic Colors of #662026
Black with #662026
Text Example
Text Example
White with #662026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662026; }
p { color: rgb(102,32,38); }
H1.HeaderClassName
{
color: #662026;
}
.AnyTagClassName
{
color: #662026;
}
</style>
background-color css
<style>
a { background-color: #662026; }
a { background-color: rgb(102,32,38); }
div.DivClassName
{
background-color: #662026;
}
.BgClassName
{
background-color: #662026;
}
</style>
border-color css
<style>
span { border-color: #662026; }
span { border-color: rgb(102,32,38); }
td.TdClassName
{
border-color: #662026;
}
.TagClassName
{
border-color: #662026;
}
</style>