Shades of Burgundy #660223
Tints of Burgundy #660223
RGB
CMYK
RGB Variations
Color information
#660223 (or 0x660223) is known color: Burgundy. HEX triplet: 66, 02 and 23. RGB value is (102,2,35). Sum of RGB (Red+Green+Blue) = 102+2+35=139 (18% of max value = 765). Red value is 102 (40.23% from 255 or 73.38% from 139); Green value is 2 (1.17% from 255 or 1.44% from 139); Blue value is 35 (14.06% from 255 or 25.18% from 139); Max value from RGB is 102 - color contains mainly: red. Hex color #660223 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660223 is #99FDDC. Grayscale: #232323. Windows color (decimal): -10091997 or 2294374. OLE color: 2294374.
HSL color Cylindrical-coordinate representation of color #660223: hue angle of 340.2º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #660223 is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 2 | 35 | - |
| CMYK | 0 | 0.98 | 0.66 | 0.6 |
| HSL | 340.2º | 0.96% | 0.2% | - |
| HSV(B) | 340.2º | 0.98% | 0.4% | - |
| XYZ | 5.8 | 2.99 | 1.86 | - |
| YUV | 35.66 | 127.63 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 2 | 35 | 0 | 0.98 | 0.66 | 0.6 | 340.2 | 0.96 | 0.2 |
| Hex | 66 | 2 | 23 | 0 | 62 | 42 | 3C | 154 | 60 | 14 |
| Octal | 146 | 2 | 43 | 0 | 142 | 102 | 74 | 524 | 140 | 24 |
| Binary | 1100110 | 10 | 100011 | 0 | 1100010 | 1000010 | 111100 | 101010100 | 1100000 | 10100 |
Color Harmonies of #660223
Complementary color
Monochromatic Colors of #660223
Black with #660223
Text Example
Text Example
White with #660223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660223; }
p { color: rgb(102,2,35); }
H1.HeaderClassName
{
color: #660223;
}
.AnyTagClassName
{
color: #660223;
}
</style>
background-color css
<style>
a { background-color: #660223; }
a { background-color: rgb(102,2,35); }
div.DivClassName
{
background-color: #660223;
}
.BgClassName
{
background-color: #660223;
}
</style>
border-color css
<style>
span { border-color: #660223; }
span { border-color: rgb(102,2,35); }
td.TdClassName
{
border-color: #660223;
}
.TagClassName
{
border-color: #660223;
}
</style>