Shades of Pohutukawa #660B2B
Tints of Pohutukawa #660B2B
RGB
CMYK
RGB Variations
Color information
#660B2B (or 0x660B2B) is known color: Pohutukawa. HEX triplet: 66, 0B and 2B. RGB value is (102,11,43). Sum of RGB (Red+Green+Blue) = 102+11+43=156 (20% of max value = 765). Red value is 102 (40.23% from 255 or 65.38% from 156); Green value is 11 (4.69% from 255 or 7.05% from 156); Blue value is 43 (17.19% from 255 or 27.56% from 156); Max value from RGB is 102 - color contains mainly: red. Hex color #660B2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660B2B is #99F4D4. Grayscale: #292929. Windows color (decimal): -10089685 or 2820966. OLE color: 2820966.
HSL color Cylindrical-coordinate representation of color #660B2B: hue angle of 338.9º 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 #660B2B is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 11 | 43 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.6 |
| HSL | 338.9º | 0.81% | 0.22% | - |
| HSV(B) | 338.9º | 0.89% | 0.4% | - |
| XYZ | 6.04 | 3.24 | 2.59 | - |
| YUV | 41.86 | 128.65 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 11 | 43 | 0 | 0.89 | 0.58 | 0.6 | 338.9 | 0.81 | 0.22 |
| Hex | 66 | B | 2B | 0 | 59 | 3A | 3C | 153 | 51 | 16 |
| Octal | 146 | 13 | 53 | 0 | 131 | 72 | 74 | 523 | 121 | 26 |
| Binary | 1100110 | 1011 | 101011 | 0 | 1011001 | 111010 | 111100 | 101010011 | 1010001 | 10110 |
Color Harmonies of #660B2B
Complementary color
Monochromatic Colors of #660B2B
Black with #660B2B
Text Example
Text Example
White with #660B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660B2B; }
p { color: rgb(102,11,43); }
H1.HeaderClassName
{
color: #660B2B;
}
.AnyTagClassName
{
color: #660B2B;
}
</style>
background-color css
<style>
a { background-color: #660B2B; }
a { background-color: rgb(102,11,43); }
div.DivClassName
{
background-color: #660B2B;
}
.BgClassName
{
background-color: #660B2B;
}
</style>
border-color css
<style>
span { border-color: #660B2B; }
span { border-color: rgb(102,11,43); }
td.TdClassName
{
border-color: #660B2B;
}
.TagClassName
{
border-color: #660B2B;
}
</style>