Shades of Pohutukawa #66061D
Tints of Pohutukawa #66061D
RGB
CMYK
RGB Variations
Color information
#66061D (or 0x66061D) is known color: Pohutukawa. HEX triplet: 66, 06 and 1D. RGB value is (102,6,29). Sum of RGB (Red+Green+Blue) = 102+6+29=137 (18% of max value = 765). Red value is 102 (40.23% from 255 or 74.45% from 137); Green value is 6 (2.73% from 255 or 4.38% from 137); Blue value is 29 (11.72% from 255 or 21.17% from 137); Max value from RGB is 102 - color contains mainly: red. Hex color #66061D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66061D is #99F9E2. Grayscale: #252525. Windows color (decimal): -10090979 or 1902182. OLE color: 1902182.
HSL color Cylindrical-coordinate representation of color #66061D: hue angle of 345.62º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #66061D is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 6 | 29 | - |
| CMYK | 0 | 0.94 | 0.72 | 0.6 |
| HSL | 345.63º | 0.89% | 0.21% | - |
| HSV(B) | 345.63º | 0.94% | 0.4% | - |
| XYZ | 5.77 | 3.04 | 1.45 | - |
| YUV | 37.33 | 123.3 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 6 | 29 | 0 | 0.94 | 0.72 | 0.6 | 345.63 | 0.89 | 0.21 |
| Hex | 66 | 6 | 1D | 0 | 5E | 48 | 3C | 15A | 59 | 15 |
| Octal | 146 | 6 | 35 | 0 | 136 | 110 | 74 | 532 | 131 | 25 |
| Binary | 1100110 | 110 | 11101 | 0 | 1011110 | 1001000 | 111100 | 101011010 | 1011001 | 10101 |
Color Harmonies of #66061D
Complementary color
Monochromatic Colors of #66061D
Black with #66061D
Text Example
Text Example
White with #66061D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66061D; }
p { color: rgb(102,6,29); }
H1.HeaderClassName
{
color: #66061D;
}
.AnyTagClassName
{
color: #66061D;
}
</style>
background-color css
<style>
a { background-color: #66061D; }
a { background-color: rgb(102,6,29); }
div.DivClassName
{
background-color: #66061D;
}
.BgClassName
{
background-color: #66061D;
}
</style>
border-color css
<style>
span { border-color: #66061D; }
span { border-color: rgb(102,6,29); }
td.TdClassName
{
border-color: #66061D;
}
.TagClassName
{
border-color: #66061D;
}
</style>