Shades of Burgundy #66031F
Tints of Burgundy #66031F
RGB
CMYK
RGB Variations
Color information
#66031F (or 0x66031F) is known color: Burgundy. HEX triplet: 66, 03 and 1F. RGB value is (102,3,31). Sum of RGB (Red+Green+Blue) = 102+3+31=136 (18% of max value = 765). Red value is 102 (40.23% from 255 or 75% from 136); Green value is 3 (1.56% from 255 or 2.21% from 136); Blue value is 31 (12.5% from 255 or 22.79% from 136); Max value from RGB is 102 - color contains mainly: red. Hex color #66031F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66031F is #99FCE0. Grayscale: #232323. Windows color (decimal): -10091745 or 2032486. OLE color: 2032486.
HSL color Cylindrical-coordinate representation of color #66031F: hue angle of 343.03º 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 #66031F is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 3 | 31 | - |
| CMYK | 0 | 0.97 | 0.70 | 0.6 |
| HSL | 343.03º | 0.94% | 0.21% | - |
| HSV(B) | 343.03º | 0.97% | 0.4% | - |
| XYZ | 5.76 | 2.99 | 1.57 | - |
| YUV | 35.79 | 125.3 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 3 | 31 | 0 | 0.97 | 0.70 | 0.6 | 343.03 | 0.94 | 0.21 |
| Hex | 66 | 3 | 1F | 0 | 61 | 46 | 3C | 157 | 5E | 15 |
| Octal | 146 | 3 | 37 | 0 | 141 | 106 | 74 | 527 | 136 | 25 |
| Binary | 1100110 | 11 | 11111 | 0 | 1100001 | 1000110 | 111100 | 101010111 | 1011110 | 10101 |
Color Harmonies of #66031F
Complementary color
Monochromatic Colors of #66031F
Black with #66031F
Text Example
Text Example
White with #66031F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66031F; }
p { color: rgb(102,3,31); }
H1.HeaderClassName
{
color: #66031F;
}
.AnyTagClassName
{
color: #66031F;
}
</style>
background-color css
<style>
a { background-color: #66031F; }
a { background-color: rgb(102,3,31); }
div.DivClassName
{
background-color: #66031F;
}
.BgClassName
{
background-color: #66031F;
}
</style>
border-color css
<style>
span { border-color: #66031F; }
span { border-color: rgb(102,3,31); }
td.TdClassName
{
border-color: #66031F;
}
.TagClassName
{
border-color: #66031F;
}
</style>