Shades of Burgundy #630123
Tints of Burgundy #630123
RGB
CMYK
RGB Variations
Color information
#630123 (or 0x630123) is known color: Burgundy. HEX triplet: 63, 01 and 23. RGB value is (99,1,35). Sum of RGB (Red+Green+Blue) = 99+1+35=135 (17% of max value = 765). Red value is 99 (39.06% from 255 or 73.33% from 135); Green value is 1 (0.78% from 255 or 0.74% from 135); Blue value is 35 (14.06% from 255 or 25.93% from 135); Max value from RGB is 99 - color contains mainly: red. Hex color #630123 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630123 is #9CFEDC. Grayscale: #222222. Windows color (decimal): -10288861 or 2294115. OLE color: 2294115.
HSL color Cylindrical-coordinate representation of color #630123: hue angle of 339.18º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #630123 is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 1 | 35 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.61 |
| HSL | 339.18º | 0.98% | 0.2% | - |
| HSV(B) | 339.18º | 0.99% | 0.39% | - |
| XYZ | 5.46 | 2.8 | 1.84 | - |
| YUV | 34.18 | 128.47 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 1 | 35 | 0 | 0.99 | 0.65 | 0.61 | 339.18 | 0.98 | 0.2 |
| Hex | 63 | 1 | 23 | 0 | 63 | 41 | 3D | 153 | 62 | 14 |
| Octal | 143 | 1 | 43 | 0 | 143 | 101 | 75 | 523 | 142 | 24 |
| Binary | 1100011 | 1 | 100011 | 0 | 1100011 | 1000001 | 111101 | 101010011 | 1100010 | 10100 |
Color Harmonies of #630123
Complementary color
Monochromatic Colors of #630123
Black with #630123
Text Example
Text Example
White with #630123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630123; }
p { color: rgb(99,1,35); }
H1.HeaderClassName
{
color: #630123;
}
.AnyTagClassName
{
color: #630123;
}
</style>
background-color css
<style>
a { background-color: #630123; }
a { background-color: rgb(99,1,35); }
div.DivClassName
{
background-color: #630123;
}
.BgClassName
{
background-color: #630123;
}
</style>
border-color css
<style>
span { border-color: #630123; }
span { border-color: rgb(99,1,35); }
td.TdClassName
{
border-color: #630123;
}
.TagClassName
{
border-color: #630123;
}
</style>