Shades of Pohutukawa #660B1D
Tints of Pohutukawa #660B1D
RGB
CMYK
RGB Variations
Color information
#660B1D (or 0x660B1D) is known color: Pohutukawa. HEX triplet: 66, 0B and 1D. RGB value is (102,11,29). Sum of RGB (Red+Green+Blue) = 102+11+29=142 (18% of max value = 765). Red value is 102 (40.23% from 255 or 71.83% from 142); Green value is 11 (4.69% from 255 or 7.75% from 142); Blue value is 29 (11.72% from 255 or 20.42% from 142); Max value from RGB is 102 - color contains mainly: red. Hex color #660B1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660B1D is #99F4E2. Grayscale: #282828. Windows color (decimal): -10089699 or 1903462. OLE color: 1903462.
HSL color Cylindrical-coordinate representation of color #660B1D: hue angle of 348.13º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #660B1D is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 11 | 29 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.6 |
| HSL | 348.13º | 0.81% | 0.22% | - |
| HSV(B) | 348.13º | 0.89% | 0.4% | - |
| XYZ | 5.82 | 3.15 | 1.46 | - |
| YUV | 40.26 | 121.65 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 11 | 29 | 0 | 0.89 | 0.72 | 0.6 | 348.13 | 0.81 | 0.22 |
| Hex | 66 | B | 1D | 0 | 59 | 48 | 3C | 15C | 51 | 16 |
| Octal | 146 | 13 | 35 | 0 | 131 | 110 | 74 | 534 | 121 | 26 |
| Binary | 1100110 | 1011 | 11101 | 0 | 1011001 | 1001000 | 111100 | 101011100 | 1010001 | 10110 |
Color Harmonies of #660B1D
Complementary color
Monochromatic Colors of #660B1D
Black with #660B1D
Text Example
Text Example
White with #660B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660B1D; }
p { color: rgb(102,11,29); }
H1.HeaderClassName
{
color: #660B1D;
}
.AnyTagClassName
{
color: #660B1D;
}
</style>
background-color css
<style>
a { background-color: #660B1D; }
a { background-color: rgb(102,11,29); }
div.DivClassName
{
background-color: #660B1D;
}
.BgClassName
{
background-color: #660B1D;
}
</style>
border-color css
<style>
span { border-color: #660B1D; }
span { border-color: rgb(102,11,29); }
td.TdClassName
{
border-color: #660B1D;
}
.TagClassName
{
border-color: #660B1D;
}
</style>