Shades of Burgundy #6B030C
Tints of Burgundy #6B030C
RGB
CMYK
RGB Variations
Color information
#6B030C (or 0x6B030C) is known color: Burgundy. HEX triplet: 6B, 03 and 0C. RGB value is (107,3,12). Sum of RGB (Red+Green+Blue) = 107+3+12=122 (16% of max value = 765). Red value is 107 (42.19% from 255 or 87.70% from 122); Green value is 3 (1.56% from 255 or 2.46% from 122); Blue value is 12 (5.08% from 255 or 9.84% from 122); Max value from RGB is 107 - color contains mainly: red. Hex color #6B030C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B030C is #94FCF3. Grayscale: #232323. Windows color (decimal): -9764084 or 787307. OLE color: 787307.
HSL color Cylindrical-coordinate representation of color #6B030C: hue angle of 354.81º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6B030C is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 3 | 12 | - |
| CMYK | 0 | 0.97 | 0.89 | 0.58 |
| HSL | 354.81º | 0.95% | 0.22% | - |
| HSV(B) | 354.81º | 0.97% | 0.42% | - |
| XYZ | 6.16 | 3.22 | 0.64 | - |
| YUV | 35.12 | 114.96 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 3 | 12 | 0 | 0.97 | 0.89 | 0.58 | 354.81 | 0.95 | 0.22 |
| Hex | 6B | 3 | C | 0 | 61 | 59 | 3A | 163 | 5F | 16 |
| Octal | 153 | 3 | 14 | 0 | 141 | 131 | 72 | 543 | 137 | 26 |
| Binary | 1101011 | 11 | 1100 | 0 | 1100001 | 1011001 | 111010 | 101100011 | 1011111 | 10110 |
Color Harmonies of #6B030C
Complementary color
Monochromatic Colors of #6B030C
Black with #6B030C
Text Example
Text Example
White with #6B030C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B030C; }
p { color: rgb(107,3,12); }
H1.HeaderClassName
{
color: #6B030C;
}
.AnyTagClassName
{
color: #6B030C;
}
</style>
background-color css
<style>
a { background-color: #6B030C; }
a { background-color: rgb(107,3,12); }
div.DivClassName
{
background-color: #6B030C;
}
.BgClassName
{
background-color: #6B030C;
}
</style>
border-color css
<style>
span { border-color: #6B030C; }
span { border-color: rgb(107,3,12); }
td.TdClassName
{
border-color: #6B030C;
}
.TagClassName
{
border-color: #6B030C;
}
</style>