Shades of Burgundy #63021F
Tints of Burgundy #63021F
RGB
CMYK
RGB Variations
Color information
#63021F (or 0x63021F) is known color: Burgundy. HEX triplet: 63, 02 and 1F. RGB value is (99,2,31). Sum of RGB (Red+Green+Blue) = 99+2+31=132 (17% of max value = 765). Red value is 99 (39.06% from 255 or 75% from 132); Green value is 2 (1.17% from 255 or 1.52% from 132); Blue value is 31 (12.5% from 255 or 23.48% from 132); Max value from RGB is 99 - color contains mainly: red. Hex color #63021F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63021F is #9CFDE0. Grayscale: #222222. Windows color (decimal): -10288609 or 2032227. OLE color: 2032227.
HSL color Cylindrical-coordinate representation of color #63021F: hue angle of 342.06º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #63021F is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 2 | 31 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.61 |
| HSL | 342.06º | 0.96% | 0.2% | - |
| HSV(B) | 342.06º | 0.98% | 0.39% | - |
| XYZ | 5.41 | 2.79 | 1.55 | - |
| YUV | 34.31 | 126.14 | 174.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 2 | 31 | 0 | 0.98 | 0.69 | 0.61 | 342.06 | 0.96 | 0.2 |
| Hex | 63 | 2 | 1F | 0 | 62 | 45 | 3D | 156 | 60 | 14 |
| Octal | 143 | 2 | 37 | 0 | 142 | 105 | 75 | 526 | 140 | 24 |
| Binary | 1100011 | 10 | 11111 | 0 | 1100010 | 1000101 | 111101 | 101010110 | 1100000 | 10100 |
Color Harmonies of #63021F
Complementary color
Monochromatic Colors of #63021F
Black with #63021F
Text Example
Text Example
White with #63021F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63021F; }
p { color: rgb(99,2,31); }
H1.HeaderClassName
{
color: #63021F;
}
.AnyTagClassName
{
color: #63021F;
}
</style>
background-color css
<style>
a { background-color: #63021F; }
a { background-color: rgb(99,2,31); }
div.DivClassName
{
background-color: #63021F;
}
.BgClassName
{
background-color: #63021F;
}
</style>
border-color css
<style>
span { border-color: #63021F; }
span { border-color: rgb(99,2,31); }
td.TdClassName
{
border-color: #63021F;
}
.TagClassName
{
border-color: #63021F;
}
</style>