Shades of Pohutukawa #660B1F
Tints of Pohutukawa #660B1F
RGB
CMYK
RGB Variations
Color information
#660B1F (or 0x660B1F) is known color: Pohutukawa. HEX triplet: 66, 0B and 1F. RGB value is (102,11,31). Sum of RGB (Red+Green+Blue) = 102+11+31=144 (19% of max value = 765). Red value is 102 (40.23% from 255 or 70.83% from 144); Green value is 11 (4.69% from 255 or 7.64% from 144); Blue value is 31 (12.5% from 255 or 21.53% from 144); Max value from RGB is 102 - color contains mainly: red. Hex color #660B1F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660B1F is #99F4E0. Grayscale: #282828. Windows color (decimal): -10089697 or 2034534. OLE color: 2034534.
HSL color Cylindrical-coordinate representation of color #660B1F: hue angle of 346.81º 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 #660B1F is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 11 | 31 | - |
| CMYK | 0 | 0.89 | 0.70 | 0.6 |
| HSL | 346.81º | 0.81% | 0.22% | - |
| HSV(B) | 346.81º | 0.89% | 0.4% | - |
| XYZ | 5.85 | 3.16 | 1.6 | - |
| YUV | 40.49 | 122.65 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 11 | 31 | 0 | 0.89 | 0.70 | 0.6 | 346.81 | 0.81 | 0.22 |
| Hex | 66 | B | 1F | 0 | 59 | 46 | 3C | 15B | 51 | 16 |
| Octal | 146 | 13 | 37 | 0 | 131 | 106 | 74 | 533 | 121 | 26 |
| Binary | 1100110 | 1011 | 11111 | 0 | 1011001 | 1000110 | 111100 | 101011011 | 1010001 | 10110 |
Color Harmonies of #660B1F
Complementary color
Monochromatic Colors of #660B1F
Black with #660B1F
Text Example
Text Example
White with #660B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660B1F; }
p { color: rgb(102,11,31); }
H1.HeaderClassName
{
color: #660B1F;
}
.AnyTagClassName
{
color: #660B1F;
}
</style>
background-color css
<style>
a { background-color: #660B1F; }
a { background-color: rgb(102,11,31); }
div.DivClassName
{
background-color: #660B1F;
}
.BgClassName
{
background-color: #660B1F;
}
</style>
border-color css
<style>
span { border-color: #660B1F; }
span { border-color: rgb(102,11,31); }
td.TdClassName
{
border-color: #660B1F;
}
.TagClassName
{
border-color: #660B1F;
}
</style>