Shades of Pohutukawa #660F1D
Tints of Pohutukawa #660F1D
RGB
CMYK
RGB Variations
Color information
#660F1D (or 0x660F1D) is known color: Pohutukawa. HEX triplet: 66, 0F and 1D. RGB value is (102,15,29). Sum of RGB (Red+Green+Blue) = 102+15+29=146 (19% of max value = 765). Red value is 102 (40.23% from 255 or 69.86% from 146); Green value is 15 (6.25% from 255 or 10.27% from 146); Blue value is 29 (11.72% from 255 or 19.86% from 146); Max value from RGB is 102 - color contains mainly: red. Hex color #660F1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660F1D is #99F0E2. Grayscale: #2A2A2A. Windows color (decimal): -10088675 or 1904486. OLE color: 1904486.
HSL color Cylindrical-coordinate representation of color #660F1D: hue angle of 350.34º 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 #660F1D is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 15 | 29 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.6 |
| HSL | 350.34º | 0.74% | 0.23% | - |
| HSV(B) | 350.34º | 0.85% | 0.4% | - |
| XYZ | 5.87 | 3.26 | 1.48 | - |
| YUV | 42.61 | 120.32 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 15 | 29 | 0 | 0.85 | 0.72 | 0.6 | 350.34 | 0.74 | 0.23 |
| Hex | 66 | F | 1D | 0 | 55 | 48 | 3C | 15E | 4A | 17 |
| Octal | 146 | 17 | 35 | 0 | 125 | 110 | 74 | 536 | 112 | 27 |
| Binary | 1100110 | 1111 | 11101 | 0 | 1010101 | 1001000 | 111100 | 101011110 | 1001010 | 10111 |
Color Harmonies of #660F1D
Complementary color
Monochromatic Colors of #660F1D
Black with #660F1D
Text Example
Text Example
White with #660F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660F1D; }
p { color: rgb(102,15,29); }
H1.HeaderClassName
{
color: #660F1D;
}
.AnyTagClassName
{
color: #660F1D;
}
</style>
background-color css
<style>
a { background-color: #660F1D; }
a { background-color: rgb(102,15,29); }
div.DivClassName
{
background-color: #660F1D;
}
.BgClassName
{
background-color: #660F1D;
}
</style>
border-color css
<style>
span { border-color: #660F1D; }
span { border-color: rgb(102,15,29); }
td.TdClassName
{
border-color: #660F1D;
}
.TagClassName
{
border-color: #660F1D;
}
</style>