Shades of Burgundy #6B0317
Tints of Burgundy #6B0317
RGB
CMYK
RGB Variations
Color information
#6B0317 (or 0x6B0317) is known color: Burgundy. HEX triplet: 6B, 03 and 17. RGB value is (107,3,23). Sum of RGB (Red+Green+Blue) = 107+3+23=133 (17% of max value = 765). Red value is 107 (42.19% from 255 or 80.45% from 133); Green value is 3 (1.56% from 255 or 2.26% from 133); Blue value is 23 (9.38% from 255 or 17.29% from 133); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0317 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0317 is #94FCE8. Grayscale: #242424. Windows color (decimal): -9764073 or 1508203. OLE color: 1508203.
HSL color Cylindrical-coordinate representation of color #6B0317: hue angle of 348.46º 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 #6B0317 is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 3 | 23 | - |
| CMYK | 0 | 0.97 | 0.79 | 0.58 |
| HSL | 348.46º | 0.95% | 0.22% | - |
| HSV(B) | 348.46º | 0.97% | 0.42% | - |
| XYZ | 6.25 | 3.25 | 1.11 | - |
| YUV | 36.38 | 120.46 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 3 | 23 | 0 | 0.97 | 0.79 | 0.58 | 348.46 | 0.95 | 0.22 |
| Hex | 6B | 3 | 17 | 0 | 61 | 4F | 3A | 15C | 5F | 16 |
| Octal | 153 | 3 | 27 | 0 | 141 | 117 | 72 | 534 | 137 | 26 |
| Binary | 1101011 | 11 | 10111 | 0 | 1100001 | 1001111 | 111010 | 101011100 | 1011111 | 10110 |
Color Harmonies of #6B0317
Complementary color
Monochromatic Colors of #6B0317
Black with #6B0317
Text Example
Text Example
White with #6B0317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0317; }
p { color: rgb(107,3,23); }
H1.HeaderClassName
{
color: #6B0317;
}
.AnyTagClassName
{
color: #6B0317;
}
</style>
background-color css
<style>
a { background-color: #6B0317; }
a { background-color: rgb(107,3,23); }
div.DivClassName
{
background-color: #6B0317;
}
.BgClassName
{
background-color: #6B0317;
}
</style>
border-color css
<style>
span { border-color: #6B0317; }
span { border-color: rgb(107,3,23); }
td.TdClassName
{
border-color: #6B0317;
}
.TagClassName
{
border-color: #6B0317;
}
</style>