Shades of Burgundy #6F0427
Tints of Burgundy #6F0427
RGB
CMYK
RGB Variations
Color information
#6F0427 (or 0x6F0427) is known color: Burgundy. HEX triplet: 6F, 04 and 27. RGB value is (111,4,39). Sum of RGB (Red+Green+Blue) = 111+4+39=154 (20% of max value = 765). Red value is 111 (43.75% from 255 or 72.08% from 154); Green value is 4 (1.95% from 255 or 2.60% from 154); Blue value is 39 (15.62% from 255 or 25.32% from 154); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0427 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0427 is #90FBD8. Grayscale: #272727. Windows color (decimal): -9501657 or 2557039. OLE color: 2557039.
HSL color Cylindrical-coordinate representation of color #6F0427: hue angle of 340.37º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6F0427 is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 4 | 39 | - |
| CMYK | 0 | 0.96 | 0.65 | 0.56 |
| HSL | 340.37º | 0.93% | 0.23% | - |
| HSV(B) | 340.37º | 0.96% | 0.44% | - |
| XYZ | 6.97 | 3.61 | 2.25 | - |
| YUV | 39.98 | 127.45 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 4 | 39 | 0 | 0.96 | 0.65 | 0.56 | 340.37 | 0.93 | 0.23 |
| Hex | 6F | 4 | 27 | 0 | 60 | 41 | 38 | 154 | 5D | 17 |
| Octal | 157 | 4 | 47 | 0 | 140 | 101 | 70 | 524 | 135 | 27 |
| Binary | 1101111 | 100 | 100111 | 0 | 1100000 | 1000001 | 111000 | 101010100 | 1011101 | 10111 |
Color Harmonies of #6F0427
Complementary color
Monochromatic Colors of #6F0427
Black with #6F0427
Text Example
Text Example
White with #6F0427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0427; }
p { color: rgb(111,4,39); }
H1.HeaderClassName
{
color: #6F0427;
}
.AnyTagClassName
{
color: #6F0427;
}
</style>
background-color css
<style>
a { background-color: #6F0427; }
a { background-color: rgb(111,4,39); }
div.DivClassName
{
background-color: #6F0427;
}
.BgClassName
{
background-color: #6F0427;
}
</style>
border-color css
<style>
span { border-color: #6F0427; }
span { border-color: rgb(111,4,39); }
td.TdClassName
{
border-color: #6F0427;
}
.TagClassName
{
border-color: #6F0427;
}
</style>