Shades of Pohutukawa #66102D
Tints of Pohutukawa #66102D
RGB
CMYK
RGB Variations
Color information
#66102D (or 0x66102D) is known color: Pohutukawa. HEX triplet: 66, 10 and 2D. RGB value is (102,16,45). Sum of RGB (Red+Green+Blue) = 102+16+45=163 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.58% from 163); Green value is 16 (6.64% from 255 or 9.82% from 163); Blue value is 45 (17.97% from 255 or 27.61% from 163); Max value from RGB is 102 - color contains mainly: red. Hex color #66102D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66102D is #99EFD2. Grayscale: #2C2C2C. Windows color (decimal): -10088403 or 2953318. OLE color: 2953318.
HSL color Cylindrical-coordinate representation of color #66102D: hue angle of 339.77º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #66102D is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 16 | 45 | - |
| CMYK | 0 | 0.84 | 0.56 | 0.6 |
| HSL | 339.77º | 0.73% | 0.23% | - |
| HSV(B) | 339.77º | 0.84% | 0.4% | - |
| XYZ | 6.14 | 3.38 | 2.81 | - |
| YUV | 45.02 | 127.99 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 16 | 45 | 0 | 0.84 | 0.56 | 0.6 | 339.77 | 0.73 | 0.23 |
| Hex | 66 | 10 | 2D | 0 | 54 | 38 | 3C | 154 | 49 | 17 |
| Octal | 146 | 20 | 55 | 0 | 124 | 70 | 74 | 524 | 111 | 27 |
| Binary | 1100110 | 10000 | 101101 | 0 | 1010100 | 111000 | 111100 | 101010100 | 1001001 | 10111 |
Color Harmonies of #66102D
Complementary color
Monochromatic Colors of #66102D
Black with #66102D
Text Example
Text Example
White with #66102D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66102D; }
p { color: rgb(102,16,45); }
H1.HeaderClassName
{
color: #66102D;
}
.AnyTagClassName
{
color: #66102D;
}
</style>
background-color css
<style>
a { background-color: #66102D; }
a { background-color: rgb(102,16,45); }
div.DivClassName
{
background-color: #66102D;
}
.BgClassName
{
background-color: #66102D;
}
</style>
border-color css
<style>
span { border-color: #66102D; }
span { border-color: rgb(102,16,45); }
td.TdClassName
{
border-color: #66102D;
}
.TagClassName
{
border-color: #66102D;
}
</style>