Shades of Pohutukawa #660923
Tints of Pohutukawa #660923
RGB
CMYK
RGB Variations
Color information
#660923 (or 0x660923) is known color: Pohutukawa. HEX triplet: 66, 09 and 23. RGB value is (102,9,35). Sum of RGB (Red+Green+Blue) = 102+9+35=146 (19% of max value = 765). Red value is 102 (40.23% from 255 or 69.86% from 146); Green value is 9 (3.91% from 255 or 6.16% from 146); Blue value is 35 (14.06% from 255 or 23.97% from 146); Max value from RGB is 102 - color contains mainly: red. Hex color #660923 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660923 is #99F6DC. Grayscale: #272727. Windows color (decimal): -10090205 or 2296166. OLE color: 2296166.
HSL color Cylindrical-coordinate representation of color #660923: hue angle of 343.23º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #660923 is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 9 | 35 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.6 |
| HSL | 343.23º | 0.84% | 0.22% | - |
| HSV(B) | 343.23º | 0.91% | 0.4% | - |
| XYZ | 5.88 | 3.14 | 1.89 | - |
| YUV | 39.77 | 125.31 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 9 | 35 | 0 | 0.91 | 0.66 | 0.6 | 343.23 | 0.84 | 0.22 |
| Hex | 66 | 9 | 23 | 0 | 5B | 42 | 3C | 157 | 54 | 16 |
| Octal | 146 | 11 | 43 | 0 | 133 | 102 | 74 | 527 | 124 | 26 |
| Binary | 1100110 | 1001 | 100011 | 0 | 1011011 | 1000010 | 111100 | 101010111 | 1010100 | 10110 |
Color Harmonies of #660923
Complementary color
Monochromatic Colors of #660923
Black with #660923
Text Example
Text Example
White with #660923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660923; }
p { color: rgb(102,9,35); }
H1.HeaderClassName
{
color: #660923;
}
.AnyTagClassName
{
color: #660923;
}
</style>
background-color css
<style>
a { background-color: #660923; }
a { background-color: rgb(102,9,35); }
div.DivClassName
{
background-color: #660923;
}
.BgClassName
{
background-color: #660923;
}
</style>
border-color css
<style>
span { border-color: #660923; }
span { border-color: rgb(102,9,35); }
td.TdClassName
{
border-color: #660923;
}
.TagClassName
{
border-color: #660923;
}
</style>