Shades of Pohutukawa #660B26
Tints of Pohutukawa #660B26
RGB
CMYK
RGB Variations
Color information
#660B26 (or 0x660B26) is known color: Pohutukawa. HEX triplet: 66, 0B and 26. RGB value is (102,11,38). Sum of RGB (Red+Green+Blue) = 102+11+38=151 (20% of max value = 765). Red value is 102 (40.23% from 255 or 67.55% from 151); Green value is 11 (4.69% from 255 or 7.28% from 151); Blue value is 38 (15.23% from 255 or 25.17% from 151); Max value from RGB is 102 - color contains mainly: red. Hex color #660B26 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660B26 is #99F4D9. Grayscale: #292929. Windows color (decimal): -10089690 or 2493286. OLE color: 2493286.
HSL color Cylindrical-coordinate representation of color #660B26: hue angle of 342.2º 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 #660B26 is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 11 | 38 | - |
| CMYK | 0 | 0.89 | 0.63 | 0.6 |
| HSL | 342.2º | 0.81% | 0.22% | - |
| HSV(B) | 342.2º | 0.89% | 0.4% | - |
| XYZ | 5.95 | 3.2 | 2.14 | - |
| YUV | 41.29 | 126.15 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 11 | 38 | 0 | 0.89 | 0.63 | 0.6 | 342.2 | 0.81 | 0.22 |
| Hex | 66 | B | 26 | 0 | 59 | 3F | 3C | 156 | 51 | 16 |
| Octal | 146 | 13 | 46 | 0 | 131 | 77 | 74 | 526 | 121 | 26 |
| Binary | 1100110 | 1011 | 100110 | 0 | 1011001 | 111111 | 111100 | 101010110 | 1010001 | 10110 |
Color Harmonies of #660B26
Complementary color
Monochromatic Colors of #660B26
Black with #660B26
Text Example
Text Example
White with #660B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660B26; }
p { color: rgb(102,11,38); }
H1.HeaderClassName
{
color: #660B26;
}
.AnyTagClassName
{
color: #660B26;
}
</style>
background-color css
<style>
a { background-color: #660B26; }
a { background-color: rgb(102,11,38); }
div.DivClassName
{
background-color: #660B26;
}
.BgClassName
{
background-color: #660B26;
}
</style>
border-color css
<style>
span { border-color: #660B26; }
span { border-color: rgb(102,11,38); }
td.TdClassName
{
border-color: #660B26;
}
.TagClassName
{
border-color: #660B26;
}
</style>