Shades of Pohutukawa #660B28
Tints of Pohutukawa #660B28
RGB
CMYK
RGB Variations
Color information
#660B28 (or 0x660B28) is known color: Pohutukawa. HEX triplet: 66, 0B and 28. RGB value is (102,11,40). Sum of RGB (Red+Green+Blue) = 102+11+40=153 (20% of max value = 765). Red value is 102 (40.23% from 255 or 66.67% from 153); Green value is 11 (4.69% from 255 or 7.19% from 153); Blue value is 40 (16.02% from 255 or 26.14% from 153); Max value from RGB is 102 - color contains mainly: red. Hex color #660B28 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660B28 is #99F4D7. Grayscale: #292929. Windows color (decimal): -10089688 or 2624358. OLE color: 2624358.
HSL color Cylindrical-coordinate representation of color #660B28: hue angle of 340.88º 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 #660B28 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 11 | 40 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.6 |
| HSL | 340.88º | 0.81% | 0.22% | - |
| HSV(B) | 340.88º | 0.89% | 0.4% | - |
| XYZ | 5.98 | 3.22 | 2.31 | - |
| YUV | 41.52 | 127.15 | 171.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 11 | 40 | 0 | 0.89 | 0.61 | 0.6 | 340.88 | 0.81 | 0.22 |
| Hex | 66 | B | 28 | 0 | 59 | 3D | 3C | 155 | 51 | 16 |
| Octal | 146 | 13 | 50 | 0 | 131 | 75 | 74 | 525 | 121 | 26 |
| Binary | 1100110 | 1011 | 101000 | 0 | 1011001 | 111101 | 111100 | 101010101 | 1010001 | 10110 |
Color Harmonies of #660B28
Complementary color
Monochromatic Colors of #660B28
Black with #660B28
Text Example
Text Example
White with #660B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660B28; }
p { color: rgb(102,11,40); }
H1.HeaderClassName
{
color: #660B28;
}
.AnyTagClassName
{
color: #660B28;
}
</style>
background-color css
<style>
a { background-color: #660B28; }
a { background-color: rgb(102,11,40); }
div.DivClassName
{
background-color: #660B28;
}
.BgClassName
{
background-color: #660B28;
}
</style>
border-color css
<style>
span { border-color: #660B28; }
span { border-color: rgb(102,11,40); }
td.TdClassName
{
border-color: #660B28;
}
.TagClassName
{
border-color: #660B28;
}
</style>