Shades of Burgundy #6B0228
Tints of Burgundy #6B0228
RGB
CMYK
RGB Variations
Color information
#6B0228 (or 0x6B0228) is known color: Burgundy. HEX triplet: 6B, 02 and 28. RGB value is (107,2,40). Sum of RGB (Red+Green+Blue) = 107+2+40=149 (19% of max value = 765). Red value is 107 (42.19% from 255 or 71.81% from 149); Green value is 2 (1.17% from 255 or 1.34% from 149); Blue value is 40 (16.02% from 255 or 26.85% from 149); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0228 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0228 is #94FDD7. Grayscale: #252525. Windows color (decimal): -9764312 or 2622059. OLE color: 2622059.
HSL color Cylindrical-coordinate representation of color #6B0228: hue angle of 338.29º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6B0228 is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 2 | 40 | - |
| CMYK | 0 | 0.98 | 0.63 | 0.58 |
| HSL | 338.29º | 0.96% | 0.21% | - |
| HSV(B) | 338.29º | 0.98% | 0.42% | - |
| XYZ | 6.47 | 3.32 | 2.31 | - |
| YUV | 37.73 | 129.29 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 2 | 40 | 0 | 0.98 | 0.63 | 0.58 | 338.29 | 0.96 | 0.21 |
| Hex | 6B | 2 | 28 | 0 | 62 | 3F | 3A | 152 | 60 | 15 |
| Octal | 153 | 2 | 50 | 0 | 142 | 77 | 72 | 522 | 140 | 25 |
| Binary | 1101011 | 10 | 101000 | 0 | 1100010 | 111111 | 111010 | 101010010 | 1100000 | 10101 |
Color Harmonies of #6B0228
Complementary color
Monochromatic Colors of #6B0228
Black with #6B0228
Text Example
Text Example
White with #6B0228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0228; }
p { color: rgb(107,2,40); }
H1.HeaderClassName
{
color: #6B0228;
}
.AnyTagClassName
{
color: #6B0228;
}
</style>
background-color css
<style>
a { background-color: #6B0228; }
a { background-color: rgb(107,2,40); }
div.DivClassName
{
background-color: #6B0228;
}
.BgClassName
{
background-color: #6B0228;
}
</style>
border-color css
<style>
span { border-color: #6B0228; }
span { border-color: rgb(107,2,40); }
td.TdClassName
{
border-color: #6B0228;
}
.TagClassName
{
border-color: #6B0228;
}
</style>