Shades of Burgundy #66030B
Tints of Burgundy #66030B
RGB
CMYK
RGB Variations
Color information
#66030B (or 0x66030B) is known color: Burgundy. HEX triplet: 66, 03 and 0B. RGB value is (102,3,11). Sum of RGB (Red+Green+Blue) = 102+3+11=116 (15% of max value = 765). Red value is 102 (40.23% from 255 or 87.93% from 116); Green value is 3 (1.56% from 255 or 2.59% from 116); Blue value is 11 (4.69% from 255 or 9.48% from 116); Max value from RGB is 102 - color contains mainly: red. Hex color #66030B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66030B is #99FCF4. Grayscale: #212121. Windows color (decimal): -10091765 or 721766. OLE color: 721766.
HSL color Cylindrical-coordinate representation of color #66030B: hue angle of 355.15º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #66030B is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 3 | 11 | - |
| CMYK | 0 | 0.97 | 0.89 | 0.6 |
| HSL | 355.15º | 0.94% | 0.21% | - |
| HSV(B) | 355.15º | 0.97% | 0.4% | - |
| XYZ | 5.57 | 2.91 | 0.59 | - |
| YUV | 33.51 | 115.3 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 3 | 11 | 0 | 0.97 | 0.89 | 0.6 | 355.15 | 0.94 | 0.21 |
| Hex | 66 | 3 | B | 0 | 61 | 59 | 3C | 163 | 5E | 15 |
| Octal | 146 | 3 | 13 | 0 | 141 | 131 | 74 | 543 | 136 | 25 |
| Binary | 1100110 | 11 | 1011 | 0 | 1100001 | 1011001 | 111100 | 101100011 | 1011110 | 10101 |
Color Harmonies of #66030B
Complementary color
Monochromatic Colors of #66030B
Black with #66030B
Text Example
Text Example
White with #66030B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66030B; }
p { color: rgb(102,3,11); }
H1.HeaderClassName
{
color: #66030B;
}
.AnyTagClassName
{
color: #66030B;
}
</style>
background-color css
<style>
a { background-color: #66030B; }
a { background-color: rgb(102,3,11); }
div.DivClassName
{
background-color: #66030B;
}
.BgClassName
{
background-color: #66030B;
}
</style>
border-color css
<style>
span { border-color: #66030B; }
span { border-color: rgb(102,3,11); }
td.TdClassName
{
border-color: #66030B;
}
.TagClassName
{
border-color: #66030B;
}
</style>