Shades of Burgundy #6F030A
Tints of Burgundy #6F030A
RGB
CMYK
RGB Variations
Color information
#6F030A (or 0x6F030A) is known color: Burgundy. HEX triplet: 6F, 03 and 0A. RGB value is (111,3,10). Sum of RGB (Red+Green+Blue) = 111+3+10=124 (16% of max value = 765). Red value is 111 (43.75% from 255 or 89.52% from 124); Green value is 3 (1.56% from 255 or 2.42% from 124); Blue value is 10 (4.30% from 255 or 8.06% from 124); Max value from RGB is 111 - color contains mainly: red. Hex color #6F030A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F030A is #90FCF5. Grayscale: #242424. Windows color (decimal): -9501942 or 656239. OLE color: 656239.
HSL color Cylindrical-coordinate representation of color #6F030A: hue angle of 356.11º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6F030A is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 3 | 10 | - |
| CMYK | 0 | 0.97 | 0.91 | 0.56 |
| HSL | 356.11º | 0.95% | 0.22% | - |
| HSV(B) | 356.11º | 0.97% | 0.44% | - |
| XYZ | 6.64 | 3.47 | 0.61 | - |
| YUV | 36.09 | 113.28 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 3 | 10 | 0 | 0.97 | 0.91 | 0.56 | 356.11 | 0.95 | 0.22 |
| Hex | 6F | 3 | A | 0 | 61 | 5B | 38 | 164 | 5F | 16 |
| Octal | 157 | 3 | 12 | 0 | 141 | 133 | 70 | 544 | 137 | 26 |
| Binary | 1101111 | 11 | 1010 | 0 | 1100001 | 1011011 | 111000 | 101100100 | 1011111 | 10110 |
Color Harmonies of #6F030A
Complementary color
Monochromatic Colors of #6F030A
Black with #6F030A
Text Example
Text Example
White with #6F030A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F030A; }
p { color: rgb(111,3,10); }
H1.HeaderClassName
{
color: #6F030A;
}
.AnyTagClassName
{
color: #6F030A;
}
</style>
background-color css
<style>
a { background-color: #6F030A; }
a { background-color: rgb(111,3,10); }
div.DivClassName
{
background-color: #6F030A;
}
.BgClassName
{
background-color: #6F030A;
}
</style>
border-color css
<style>
span { border-color: #6F030A; }
span { border-color: rgb(111,3,10); }
td.TdClassName
{
border-color: #6F030A;
}
.TagClassName
{
border-color: #6F030A;
}
</style>