Shades of Burgundy #6D0227
Tints of Burgundy #6D0227
RGB
CMYK
RGB Variations
Color information
#6D0227 (or 0x6D0227) is known color: Burgundy. HEX triplet: 6D, 02 and 27. RGB value is (109,2,39). Sum of RGB (Red+Green+Blue) = 109+2+39=150 (19% of max value = 765). Red value is 109 (42.97% from 255 or 72.67% from 150); Green value is 2 (1.17% from 255 or 1.33% from 150); Blue value is 39 (15.62% from 255 or 26% from 150); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0227 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0227 is #92FDD8. Grayscale: #262626. Windows color (decimal): -9633241 or 2556525. OLE color: 2556525.
HSL color Cylindrical-coordinate representation of color #6D0227: hue angle of 339.25º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6D0227 is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 2 | 39 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.57 |
| HSL | 339.25º | 0.96% | 0.22% | - |
| HSV(B) | 339.25º | 0.98% | 0.43% | - |
| XYZ | 6.69 | 3.44 | 2.23 | - |
| YUV | 38.21 | 128.45 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 2 | 39 | 0 | 0.98 | 0.64 | 0.57 | 339.25 | 0.96 | 0.22 |
| Hex | 6D | 2 | 27 | 0 | 62 | 40 | 39 | 153 | 60 | 16 |
| Octal | 155 | 2 | 47 | 0 | 142 | 100 | 71 | 523 | 140 | 26 |
| Binary | 1101101 | 10 | 100111 | 0 | 1100010 | 1000000 | 111001 | 101010011 | 1100000 | 10110 |
Color Harmonies of #6D0227
Complementary color
Monochromatic Colors of #6D0227
Black with #6D0227
Text Example
Text Example
White with #6D0227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0227; }
p { color: rgb(109,2,39); }
H1.HeaderClassName
{
color: #6D0227;
}
.AnyTagClassName
{
color: #6D0227;
}
</style>
background-color css
<style>
a { background-color: #6D0227; }
a { background-color: rgb(109,2,39); }
div.DivClassName
{
background-color: #6D0227;
}
.BgClassName
{
background-color: #6D0227;
}
</style>
border-color css
<style>
span { border-color: #6D0227; }
span { border-color: rgb(109,2,39); }
td.TdClassName
{
border-color: #6D0227;
}
.TagClassName
{
border-color: #6D0227;
}
</style>