Shades of Burgundy #66030F
Tints of Burgundy #66030F
RGB
CMYK
RGB Variations
Color information
#66030F (or 0x66030F) is known color: Burgundy. HEX triplet: 66, 03 and 0F. RGB value is (102,3,15). Sum of RGB (Red+Green+Blue) = 102+3+15=120 (15% of max value = 765). Red value is 102 (40.23% from 255 or 85% from 120); Green value is 3 (1.56% from 255 or 2.5% from 120); Blue value is 15 (6.25% from 255 or 12.5% from 120); Max value from RGB is 102 - color contains mainly: red. Hex color #66030F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66030F is #99FCF0. Grayscale: #222222. Windows color (decimal): -10091761 or 983910. OLE color: 983910.
HSL color Cylindrical-coordinate representation of color #66030F: hue angle of 352.73º 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 #66030F is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 3 | 15 | - |
| CMYK | 0 | 0.97 | 0.85 | 0.6 |
| HSL | 352.73º | 0.94% | 0.21% | - |
| HSV(B) | 352.73º | 0.97% | 0.4% | - |
| XYZ | 5.6 | 2.92 | 0.72 | - |
| YUV | 33.97 | 117.3 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 3 | 15 | 0 | 0.97 | 0.85 | 0.6 | 352.73 | 0.94 | 0.21 |
| Hex | 66 | 3 | F | 0 | 61 | 55 | 3C | 161 | 5E | 15 |
| Octal | 146 | 3 | 17 | 0 | 141 | 125 | 74 | 541 | 136 | 25 |
| Binary | 1100110 | 11 | 1111 | 0 | 1100001 | 1010101 | 111100 | 101100001 | 1011110 | 10101 |
Color Harmonies of #66030F
Complementary color
Monochromatic Colors of #66030F
Black with #66030F
Text Example
Text Example
White with #66030F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66030F; }
p { color: rgb(102,3,15); }
H1.HeaderClassName
{
color: #66030F;
}
.AnyTagClassName
{
color: #66030F;
}
</style>
background-color css
<style>
a { background-color: #66030F; }
a { background-color: rgb(102,3,15); }
div.DivClassName
{
background-color: #66030F;
}
.BgClassName
{
background-color: #66030F;
}
</style>
border-color css
<style>
span { border-color: #66030F; }
span { border-color: rgb(102,3,15); }
td.TdClassName
{
border-color: #66030F;
}
.TagClassName
{
border-color: #66030F;
}
</style>