Shades of Burgundy #6D0315
Tints of Burgundy #6D0315
RGB
CMYK
RGB Variations
Color information
#6D0315 (or 0x6D0315) is known color: Burgundy. HEX triplet: 6D, 03 and 15. RGB value is (109,3,21). Sum of RGB (Red+Green+Blue) = 109+3+21=133 (17% of max value = 765). Red value is 109 (42.97% from 255 or 81.95% from 133); Green value is 3 (1.56% from 255 or 2.26% from 133); Blue value is 21 (8.59% from 255 or 15.79% from 133); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0315 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0315 is #92FCEA. Grayscale: #242424. Windows color (decimal): -9633003 or 1377133. OLE color: 1377133.
HSL color Cylindrical-coordinate representation of color #6D0315: hue angle of 349.81º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6D0315 is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 3 | 21 | - |
| CMYK | 0 | 0.97 | 0.81 | 0.57 |
| HSL | 349.81º | 0.95% | 0.22% | - |
| HSV(B) | 349.81º | 0.97% | 0.43% | - |
| XYZ | 6.47 | 3.37 | 1.02 | - |
| YUV | 36.75 | 119.12 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 3 | 21 | 0 | 0.97 | 0.81 | 0.57 | 349.81 | 0.95 | 0.22 |
| Hex | 6D | 3 | 15 | 0 | 61 | 51 | 39 | 15E | 5F | 16 |
| Octal | 155 | 3 | 25 | 0 | 141 | 121 | 71 | 536 | 137 | 26 |
| Binary | 1101101 | 11 | 10101 | 0 | 1100001 | 1010001 | 111001 | 101011110 | 1011111 | 10110 |
Color Harmonies of #6D0315
Complementary color
Monochromatic Colors of #6D0315
Black with #6D0315
Text Example
Text Example
White with #6D0315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0315; }
p { color: rgb(109,3,21); }
H1.HeaderClassName
{
color: #6D0315;
}
.AnyTagClassName
{
color: #6D0315;
}
</style>
background-color css
<style>
a { background-color: #6D0315; }
a { background-color: rgb(109,3,21); }
div.DivClassName
{
background-color: #6D0315;
}
.BgClassName
{
background-color: #6D0315;
}
</style>
border-color css
<style>
span { border-color: #6D0315; }
span { border-color: rgb(109,3,21); }
td.TdClassName
{
border-color: #6D0315;
}
.TagClassName
{
border-color: #6D0315;
}
</style>