Shades of Pohutukawa #660D23
Tints of Pohutukawa #660D23
RGB
CMYK
RGB Variations
Color information
#660D23 (or 0x660D23) is known color: Pohutukawa. HEX triplet: 66, 0D and 23. RGB value is (102,13,35). Sum of RGB (Red+Green+Blue) = 102+13+35=150 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68% from 150); Green value is 13 (5.47% from 255 or 8.67% from 150); Blue value is 35 (14.06% from 255 or 23.33% from 150); Max value from RGB is 102 - color contains mainly: red. Hex color #660D23 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660D23 is #99F2DC. Grayscale: #2A2A2A. Windows color (decimal): -10089181 or 2297190. OLE color: 2297190.
HSL color Cylindrical-coordinate representation of color #660D23: hue angle of 345.17º 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 #660D23 is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 13 | 35 | - |
| CMYK | 0 | 0.87 | 0.66 | 0.6 |
| HSL | 345.17º | 0.77% | 0.23% | - |
| HSV(B) | 345.17º | 0.87% | 0.4% | - |
| XYZ | 5.93 | 3.23 | 1.9 | - |
| YUV | 42.12 | 123.99 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 13 | 35 | 0 | 0.87 | 0.66 | 0.6 | 345.17 | 0.77 | 0.23 |
| Hex | 66 | D | 23 | 0 | 57 | 42 | 3C | 159 | 4D | 17 |
| Octal | 146 | 15 | 43 | 0 | 127 | 102 | 74 | 531 | 115 | 27 |
| Binary | 1100110 | 1101 | 100011 | 0 | 1010111 | 1000010 | 111100 | 101011001 | 1001101 | 10111 |
Color Harmonies of #660D23
Complementary color
Monochromatic Colors of #660D23
Black with #660D23
Text Example
Text Example
White with #660D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660D23; }
p { color: rgb(102,13,35); }
H1.HeaderClassName
{
color: #660D23;
}
.AnyTagClassName
{
color: #660D23;
}
</style>
background-color css
<style>
a { background-color: #660D23; }
a { background-color: rgb(102,13,35); }
div.DivClassName
{
background-color: #660D23;
}
.BgClassName
{
background-color: #660D23;
}
</style>
border-color css
<style>
span { border-color: #660D23; }
span { border-color: rgb(102,13,35); }
td.TdClassName
{
border-color: #660D23;
}
.TagClassName
{
border-color: #660D23;
}
</style>