Shades of Burgundy #660023
Tints of Burgundy #660023
RGB
CMYK
RGB Variations
Color information
#660023 (or 0x660023) is known color: Burgundy. HEX triplet: 66, 00 and 23. RGB value is (102,0,35). Sum of RGB (Red+Green+Blue) = 102+0+35=137 (18% of max value = 765). Red value is 102 (40.23% from 255 or 74.45% from 137); Green value is 0 (0.39% from 255 or 0% from 137); Blue value is 35 (14.06% from 255 or 25.55% from 137); Max value from RGB is 102 - color contains mainly: red. Hex color #660023 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660023 is #99FFDC. Grayscale: #222222. Windows color (decimal): -10092509 or 2293862. OLE color: 2293862.
HSL color Cylindrical-coordinate representation of color #660023: hue angle of 339.41º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #660023 is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 0 | 35 | - |
| CMYK | 0 | 1 | 0.66 | 0.6 |
| HSL | 339.41º | 1% | 0.2% | - |
| HSV(B) | 339.41º | 1% | 0.4% | - |
| XYZ | 5.78 | 2.95 | 1.85 | - |
| YUV | 34.49 | 128.29 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 0 | 35 | 0 | 1 | 0.66 | 0.6 | 339.41 | 1 | 0.2 |
| Hex | 66 | 0 | 23 | 0 | 64 | 42 | 3C | 153 | 64 | 14 |
| Octal | 146 | 0 | 43 | 0 | 144 | 102 | 74 | 523 | 144 | 24 |
| Binary | 1100110 | 0 | 100011 | 0 | 1100100 | 1000010 | 111100 | 101010011 | 1100100 | 10100 |
Color Harmonies of #660023
Complementary color
Monochromatic Colors of #660023
Black with #660023
Text Example
Text Example
White with #660023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660023; }
p { color: rgb(102,0,35); }
H1.HeaderClassName
{
color: #660023;
}
.AnyTagClassName
{
color: #660023;
}
</style>
background-color css
<style>
a { background-color: #660023; }
a { background-color: rgb(102,0,35); }
div.DivClassName
{
background-color: #660023;
}
.BgClassName
{
background-color: #660023;
}
</style>
border-color css
<style>
span { border-color: #660023; }
span { border-color: rgb(102,0,35); }
td.TdClassName
{
border-color: #660023;
}
.TagClassName
{
border-color: #660023;
}
</style>