Shades of Burgundy #630007
Tints of Burgundy #630007
RGB
CMYK
RGB Variations
Color information
#630007 (or 0x630007) is known color: Burgundy. HEX triplet: 63, 00 and 07. RGB value is (99,0,7). Sum of RGB (Red+Green+Blue) = 99+0+7=106 (14% of max value = 765). Red value is 99 (39.06% from 255 or 93.40% from 106); Green value is 0 (0.39% from 255 or 0% from 106); Blue value is 7 (3.12% from 255 or 6.60% from 106); Max value from RGB is 99 - color contains mainly: red. Hex color #630007 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630007 is #9CFFF8. Grayscale: #1E1E1E. Windows color (decimal): -10289145 or 458851. OLE color: 458851.
HSL color Cylindrical-coordinate representation of color #630007: hue angle of 355.76º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #630007 is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 0 | 7 | - |
| CMYK | 0 | 1 | 0.93 | 0.61 |
| HSL | 355.76º | 1% | 0.19% | - |
| HSV(B) | 355.76º | 1% | 0.39% | - |
| XYZ | 5.18 | 2.67 | 0.44 | - |
| YUV | 30.4 | 114.8 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 0 | 7 | 0 | 1 | 0.93 | 0.61 | 355.76 | 1 | 0.19 |
| Hex | 63 | 0 | 7 | 0 | 64 | 5D | 3D | 164 | 64 | 13 |
| Octal | 143 | 0 | 7 | 0 | 144 | 135 | 75 | 544 | 144 | 23 |
| Binary | 1100011 | 0 | 111 | 0 | 1100100 | 1011101 | 111101 | 101100100 | 1100100 | 10011 |
Color Harmonies of #630007
Complementary color
Monochromatic Colors of #630007
Black with #630007
Text Example
Text Example
White with #630007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630007; }
p { color: rgb(99,0,7); }
H1.HeaderClassName
{
color: #630007;
}
.AnyTagClassName
{
color: #630007;
}
</style>
background-color css
<style>
a { background-color: #630007; }
a { background-color: rgb(99,0,7); }
div.DivClassName
{
background-color: #630007;
}
.BgClassName
{
background-color: #630007;
}
</style>
border-color css
<style>
span { border-color: #630007; }
span { border-color: rgb(99,0,7); }
td.TdClassName
{
border-color: #630007;
}
.TagClassName
{
border-color: #630007;
}
</style>