Shades of Pohutukawa #66142D
Tints of Pohutukawa #66142D
RGB
CMYK
RGB Variations
Color information
#66142D (or 0x66142D) is known color: Pohutukawa. HEX triplet: 66, 14 and 2D. RGB value is (102,20,45). Sum of RGB (Red+Green+Blue) = 102+20+45=167 (22% of max value = 765). Red value is 102 (40.23% from 255 or 61.08% from 167); Green value is 20 (8.20% from 255 or 11.98% from 167); Blue value is 45 (17.97% from 255 or 26.95% from 167); Max value from RGB is 102 - color contains mainly: red. Hex color #66142D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66142D is #99EBD2. Grayscale: #2F2F2F. Windows color (decimal): -10087379 or 2954342. OLE color: 2954342.
HSL color Cylindrical-coordinate representation of color #66142D: hue angle of 341.71º 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 #66142D is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 20 | 45 | - |
| CMYK | 0 | 0.80 | 0.56 | 0.6 |
| HSL | 341.71º | 0.67% | 0.24% | - |
| HSV(B) | 341.71º | 0.8% | 0.4% | - |
| XYZ | 6.2 | 3.51 | 2.83 | - |
| YUV | 47.37 | 126.67 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 20 | 45 | 0 | 0.80 | 0.56 | 0.6 | 341.71 | 0.67 | 0.24 |
| Hex | 66 | 14 | 2D | 0 | 50 | 38 | 3C | 156 | 43 | 18 |
| Octal | 146 | 24 | 55 | 0 | 120 | 70 | 74 | 526 | 103 | 30 |
| Binary | 1100110 | 10100 | 101101 | 0 | 1010000 | 111000 | 111100 | 101010110 | 1000011 | 11000 |
Color Harmonies of #66142D
Complementary color
Monochromatic Colors of #66142D
Black with #66142D
Text Example
Text Example
White with #66142D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66142D; }
p { color: rgb(102,20,45); }
H1.HeaderClassName
{
color: #66142D;
}
.AnyTagClassName
{
color: #66142D;
}
</style>
background-color css
<style>
a { background-color: #66142D; }
a { background-color: rgb(102,20,45); }
div.DivClassName
{
background-color: #66142D;
}
.BgClassName
{
background-color: #66142D;
}
</style>
border-color css
<style>
span { border-color: #66142D; }
span { border-color: rgb(102,20,45); }
td.TdClassName
{
border-color: #66142D;
}
.TagClassName
{
border-color: #66142D;
}
</style>