Shades of Burgundy #6F0324
Tints of Burgundy #6F0324
RGB
CMYK
RGB Variations
Color information
#6F0324 (or 0x6F0324) is known color: Burgundy. HEX triplet: 6F, 03 and 24. RGB value is (111,3,36). Sum of RGB (Red+Green+Blue) = 111+3+36=150 (19% of max value = 765). Red value is 111 (43.75% from 255 or 74% from 150); Green value is 3 (1.56% from 255 or 2% from 150); Blue value is 36 (14.45% from 255 or 24% from 150); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0324 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0324 is #90FCDB. Grayscale: #272727. Windows color (decimal): -9501916 or 2360175. OLE color: 2360175.
HSL color Cylindrical-coordinate representation of color #6F0324: hue angle of 341.67º 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 #6F0324 is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 3 | 36 | - |
| CMYK | 0 | 0.97 | 0.68 | 0.56 |
| HSL | 341.67º | 0.95% | 0.22% | - |
| HSV(B) | 341.67º | 0.97% | 0.44% | - |
| XYZ | 6.91 | 3.57 | 1.99 | - |
| YUV | 39.05 | 126.28 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 3 | 36 | 0 | 0.97 | 0.68 | 0.56 | 341.67 | 0.95 | 0.22 |
| Hex | 6F | 3 | 24 | 0 | 61 | 44 | 38 | 156 | 5F | 16 |
| Octal | 157 | 3 | 44 | 0 | 141 | 104 | 70 | 526 | 137 | 26 |
| Binary | 1101111 | 11 | 100100 | 0 | 1100001 | 1000100 | 111000 | 101010110 | 1011111 | 10110 |
Color Harmonies of #6F0324
Complementary color
Monochromatic Colors of #6F0324
Black with #6F0324
Text Example
Text Example
White with #6F0324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0324; }
p { color: rgb(111,3,36); }
H1.HeaderClassName
{
color: #6F0324;
}
.AnyTagClassName
{
color: #6F0324;
}
</style>
background-color css
<style>
a { background-color: #6F0324; }
a { background-color: rgb(111,3,36); }
div.DivClassName
{
background-color: #6F0324;
}
.BgClassName
{
background-color: #6F0324;
}
</style>
border-color css
<style>
span { border-color: #6F0324; }
span { border-color: rgb(111,3,36); }
td.TdClassName
{
border-color: #6F0324;
}
.TagClassName
{
border-color: #6F0324;
}
</style>