Shades of Burgundy #630324
Tints of Burgundy #630324
RGB
CMYK
RGB Variations
Color information
#630324 (or 0x630324) is known color: Burgundy. HEX triplet: 63, 03 and 24. RGB value is (99,3,36). Sum of RGB (Red+Green+Blue) = 99+3+36=138 (18% of max value = 765). Red value is 99 (39.06% from 255 or 71.74% from 138); Green value is 3 (1.56% from 255 or 2.17% from 138); Blue value is 36 (14.45% from 255 or 26.09% from 138); Max value from RGB is 99 - color contains mainly: red. Hex color #630324 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630324 is #9CFCDB. Grayscale: #232323. Windows color (decimal): -10288348 or 2360163. OLE color: 2360163.
HSL color Cylindrical-coordinate representation of color #630324: hue angle of 339.38º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #630324 is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 3 | 36 | - |
| CMYK | 0 | 0.97 | 0.64 | 0.61 |
| HSL | 339.38º | 0.94% | 0.2% | - |
| HSV(B) | 339.38º | 0.97% | 0.39% | - |
| XYZ | 5.5 | 2.85 | 1.93 | - |
| YUV | 35.47 | 128.3 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 3 | 36 | 0 | 0.97 | 0.64 | 0.61 | 339.38 | 0.94 | 0.2 |
| Hex | 63 | 3 | 24 | 0 | 61 | 40 | 3D | 153 | 5E | 14 |
| Octal | 143 | 3 | 44 | 0 | 141 | 100 | 75 | 523 | 136 | 24 |
| Binary | 1100011 | 11 | 100100 | 0 | 1100001 | 1000000 | 111101 | 101010011 | 1011110 | 10100 |
Color Harmonies of #630324
Complementary color
Monochromatic Colors of #630324
Black with #630324
Text Example
Text Example
White with #630324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630324; }
p { color: rgb(99,3,36); }
H1.HeaderClassName
{
color: #630324;
}
.AnyTagClassName
{
color: #630324;
}
</style>
background-color css
<style>
a { background-color: #630324; }
a { background-color: rgb(99,3,36); }
div.DivClassName
{
background-color: #630324;
}
.BgClassName
{
background-color: #630324;
}
</style>
border-color css
<style>
span { border-color: #630324; }
span { border-color: rgb(99,3,36); }
td.TdClassName
{
border-color: #630324;
}
.TagClassName
{
border-color: #630324;
}
</style>