Shades of Pohutukawa #660A23
Tints of Pohutukawa #660A23
RGB
CMYK
RGB Variations
Color information
#660A23 (or 0x660A23) is known color: Pohutukawa. HEX triplet: 66, 0A and 23. RGB value is (102,10,35). Sum of RGB (Red+Green+Blue) = 102+10+35=147 (19% of max value = 765). Red value is 102 (40.23% from 255 or 69.39% from 147); Green value is 10 (4.30% from 255 or 6.80% from 147); Blue value is 35 (14.06% from 255 or 23.81% from 147); Max value from RGB is 102 - color contains mainly: red. Hex color #660A23 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660A23 is #99F5DC. Grayscale: #282828. Windows color (decimal): -10089949 or 2296422. OLE color: 2296422.
HSL color Cylindrical-coordinate representation of color #660A23: hue angle of 343.7º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #660A23 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 10 | 35 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.6 |
| HSL | 343.7º | 0.82% | 0.22% | - |
| HSV(B) | 343.7º | 0.9% | 0.4% | - |
| XYZ | 5.89 | 3.16 | 1.89 | - |
| YUV | 40.36 | 124.98 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 10 | 35 | 0 | 0.90 | 0.66 | 0.6 | 343.7 | 0.82 | 0.22 |
| Hex | 66 | A | 23 | 0 | 5A | 42 | 3C | 158 | 52 | 16 |
| Octal | 146 | 12 | 43 | 0 | 132 | 102 | 74 | 530 | 122 | 26 |
| Binary | 1100110 | 1010 | 100011 | 0 | 1011010 | 1000010 | 111100 | 101011000 | 1010010 | 10110 |
Color Harmonies of #660A23
Complementary color
Monochromatic Colors of #660A23
Black with #660A23
Text Example
Text Example
White with #660A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660A23; }
p { color: rgb(102,10,35); }
H1.HeaderClassName
{
color: #660A23;
}
.AnyTagClassName
{
color: #660A23;
}
</style>
background-color css
<style>
a { background-color: #660A23; }
a { background-color: rgb(102,10,35); }
div.DivClassName
{
background-color: #660A23;
}
.BgClassName
{
background-color: #660A23;
}
</style>
border-color css
<style>
span { border-color: #660A23; }
span { border-color: rgb(102,10,35); }
td.TdClassName
{
border-color: #660A23;
}
.TagClassName
{
border-color: #660A23;
}
</style>