Shades of Pohutukawa #660D1B
Tints of Pohutukawa #660D1B
RGB
CMYK
RGB Variations
Color information
#660D1B (or 0x660D1B) is known color: Pohutukawa. HEX triplet: 66, 0D and 1B. RGB value is (102,13,27). Sum of RGB (Red+Green+Blue) = 102+13+27=142 (18% of max value = 765). Red value is 102 (40.23% from 255 or 71.83% from 142); Green value is 13 (5.47% from 255 or 9.15% from 142); Blue value is 27 (10.94% from 255 or 19.01% from 142); Max value from RGB is 102 - color contains mainly: red. Hex color #660D1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660D1B is #99F2E4. Grayscale: #292929. Windows color (decimal): -10089189 or 1772902. OLE color: 1772902.
HSL color Cylindrical-coordinate representation of color #660D1B: hue angle of 350.56º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #660D1B is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 13 | 27 | - |
| CMYK | 0 | 0.87 | 0.74 | 0.6 |
| HSL | 350.56º | 0.77% | 0.23% | - |
| HSV(B) | 350.56º | 0.87% | 0.4% | - |
| XYZ | 5.82 | 3.19 | 1.35 | - |
| YUV | 41.21 | 119.99 | 171.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 13 | 27 | 0 | 0.87 | 0.74 | 0.6 | 350.56 | 0.77 | 0.23 |
| Hex | 66 | D | 1B | 0 | 57 | 4A | 3C | 15F | 4D | 17 |
| Octal | 146 | 15 | 33 | 0 | 127 | 112 | 74 | 537 | 115 | 27 |
| Binary | 1100110 | 1101 | 11011 | 0 | 1010111 | 1001010 | 111100 | 101011111 | 1001101 | 10111 |
Color Harmonies of #660D1B
Complementary color
Monochromatic Colors of #660D1B
Black with #660D1B
Text Example
Text Example
White with #660D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660D1B; }
p { color: rgb(102,13,27); }
H1.HeaderClassName
{
color: #660D1B;
}
.AnyTagClassName
{
color: #660D1B;
}
</style>
background-color css
<style>
a { background-color: #660D1B; }
a { background-color: rgb(102,13,27); }
div.DivClassName
{
background-color: #660D1B;
}
.BgClassName
{
background-color: #660D1B;
}
</style>
border-color css
<style>
span { border-color: #660D1B; }
span { border-color: rgb(102,13,27); }
td.TdClassName
{
border-color: #660D1B;
}
.TagClassName
{
border-color: #660D1B;
}
</style>