Shades of Pohutukawa #661420
Tints of Pohutukawa #661420
RGB
CMYK
RGB Variations
Color information
#661420 (or 0x661420) is known color: Pohutukawa. HEX triplet: 66, 14 and 20. RGB value is (102,20,32). Sum of RGB (Red+Green+Blue) = 102+20+32=154 (20% of max value = 765). Red value is 102 (40.23% from 255 or 66.23% from 154); Green value is 20 (8.20% from 255 or 12.99% from 154); Blue value is 32 (12.89% from 255 or 20.78% from 154); Max value from RGB is 102 - color contains mainly: red. Hex color #661420 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661420 is #99EBDF. Grayscale: #2D2D2D. Windows color (decimal): -10087392 or 2102374. OLE color: 2102374.
HSL color Cylindrical-coordinate representation of color #661420: hue angle of 351.22º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #661420 is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 20 | 32 | - |
| CMYK | 0 | 0.80 | 0.69 | 0.6 |
| HSL | 351.22º | 0.67% | 0.24% | - |
| HSV(B) | 351.22º | 0.8% | 0.4% | - |
| XYZ | 5.99 | 3.43 | 1.71 | - |
| YUV | 45.89 | 120.17 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 20 | 32 | 0 | 0.80 | 0.69 | 0.6 | 351.22 | 0.67 | 0.24 |
| Hex | 66 | 14 | 20 | 0 | 50 | 45 | 3C | 15F | 43 | 18 |
| Octal | 146 | 24 | 40 | 0 | 120 | 105 | 74 | 537 | 103 | 30 |
| Binary | 1100110 | 10100 | 100000 | 0 | 1010000 | 1000101 | 111100 | 101011111 | 1000011 | 11000 |
Color Harmonies of #661420
Complementary color
Monochromatic Colors of #661420
Black with #661420
Text Example
Text Example
White with #661420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661420; }
p { color: rgb(102,20,32); }
H1.HeaderClassName
{
color: #661420;
}
.AnyTagClassName
{
color: #661420;
}
</style>
background-color css
<style>
a { background-color: #661420; }
a { background-color: rgb(102,20,32); }
div.DivClassName
{
background-color: #661420;
}
.BgClassName
{
background-color: #661420;
}
</style>
border-color css
<style>
span { border-color: #661420; }
span { border-color: rgb(102,20,32); }
td.TdClassName
{
border-color: #661420;
}
.TagClassName
{
border-color: #661420;
}
</style>