Shades of Pohutukawa #660F2B
Tints of Pohutukawa #660F2B
RGB
CMYK
RGB Variations
Color information
#660F2B (or 0x660F2B) is known color: Pohutukawa. HEX triplet: 66, 0F and 2B. RGB value is (102,15,43). Sum of RGB (Red+Green+Blue) = 102+15+43=160 (21% of max value = 765). Red value is 102 (40.23% from 255 or 63.75% from 160); Green value is 15 (6.25% from 255 or 9.38% from 160); Blue value is 43 (17.19% from 255 or 26.88% from 160); Max value from RGB is 102 - color contains mainly: red. Hex color #660F2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660F2B is #99F0D4. Grayscale: #2C2C2C. Windows color (decimal): -10088661 or 2821990. OLE color: 2821990.
HSL color Cylindrical-coordinate representation of color #660F2B: hue angle of 340.69º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #660F2B is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 15 | 43 | - |
| CMYK | 0 | 0.85 | 0.58 | 0.6 |
| HSL | 340.69º | 0.74% | 0.23% | - |
| HSV(B) | 340.69º | 0.85% | 0.4% | - |
| XYZ | 6.09 | 3.34 | 2.61 | - |
| YUV | 44.21 | 127.32 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 15 | 43 | 0 | 0.85 | 0.58 | 0.6 | 340.69 | 0.74 | 0.23 |
| Hex | 66 | F | 2B | 0 | 55 | 3A | 3C | 155 | 4A | 17 |
| Octal | 146 | 17 | 53 | 0 | 125 | 72 | 74 | 525 | 112 | 27 |
| Binary | 1100110 | 1111 | 101011 | 0 | 1010101 | 111010 | 111100 | 101010101 | 1001010 | 10111 |
Color Harmonies of #660F2B
Complementary color
Monochromatic Colors of #660F2B
Black with #660F2B
Text Example
Text Example
White with #660F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660F2B; }
p { color: rgb(102,15,43); }
H1.HeaderClassName
{
color: #660F2B;
}
.AnyTagClassName
{
color: #660F2B;
}
</style>
background-color css
<style>
a { background-color: #660F2B; }
a { background-color: rgb(102,15,43); }
div.DivClassName
{
background-color: #660F2B;
}
.BgClassName
{
background-color: #660F2B;
}
</style>
border-color css
<style>
span { border-color: #660F2B; }
span { border-color: rgb(102,15,43); }
td.TdClassName
{
border-color: #660F2B;
}
.TagClassName
{
border-color: #660F2B;
}
</style>