Shades of Burgundy #6A0025
Tints of Burgundy #6A0025
RGB
CMYK
RGB Variations
Color information
#6A0025 (or 0x6A0025) is known color: Burgundy. HEX triplet: 6A, 00 and 25. RGB value is (106,0,37). Sum of RGB (Red+Green+Blue) = 106+0+37=143 (18% of max value = 765). Red value is 106 (41.80% from 255 or 74.13% from 143); Green value is 0 (0.39% from 255 or 0% from 143); Blue value is 37 (14.84% from 255 or 25.87% from 143); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0025 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0025 is #95FFDA. Grayscale: #232323. Windows color (decimal): -9830363 or 2424938. OLE color: 2424938.
HSL color Cylindrical-coordinate representation of color #6A0025: hue angle of 339.06º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6A0025 is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 0 | 37 | - |
| CMYK | 0 | 1 | 0.65 | 0.58 |
| HSL | 339.06º | 1% | 0.21% | - |
| HSV(B) | 339.06º | 1% | 0.42% | - |
| XYZ | 6.28 | 3.2 | 2.04 | - |
| YUV | 35.91 | 128.62 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 0 | 37 | 0 | 1 | 0.65 | 0.58 | 339.06 | 1 | 0.21 |
| Hex | 6A | 0 | 25 | 0 | 64 | 41 | 3A | 153 | 64 | 15 |
| Octal | 152 | 0 | 45 | 0 | 144 | 101 | 72 | 523 | 144 | 25 |
| Binary | 1101010 | 0 | 100101 | 0 | 1100100 | 1000001 | 111010 | 101010011 | 1100100 | 10101 |
Color Harmonies of #6A0025
Complementary color
Monochromatic Colors of #6A0025
Black with #6A0025
Text Example
Text Example
White with #6A0025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0025; }
p { color: rgb(106,0,37); }
H1.HeaderClassName
{
color: #6A0025;
}
.AnyTagClassName
{
color: #6A0025;
}
</style>
background-color css
<style>
a { background-color: #6A0025; }
a { background-color: rgb(106,0,37); }
div.DivClassName
{
background-color: #6A0025;
}
.BgClassName
{
background-color: #6A0025;
}
</style>
border-color css
<style>
span { border-color: #6A0025; }
span { border-color: rgb(106,0,37); }
td.TdClassName
{
border-color: #6A0025;
}
.TagClassName
{
border-color: #6A0025;
}
</style>