Shades of Burgundy #69071F
Tints of Burgundy #69071F
RGB
CMYK
RGB Variations
Color information
#69071F (or 0x69071F) is known color: Burgundy. HEX triplet: 69, 07 and 1F. RGB value is (105,7,31). Sum of RGB (Red+Green+Blue) = 105+7+31=143 (18% of max value = 765). Red value is 105 (41.41% from 255 or 73.43% from 143); Green value is 7 (3.12% from 255 or 4.90% from 143); Blue value is 31 (12.5% from 255 or 21.68% from 143); Max value from RGB is 105 - color contains mainly: red. Hex color #69071F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69071F is #96F8E0. Grayscale: #272727. Windows color (decimal): -9894113 or 2033513. OLE color: 2033513.
HSL color Cylindrical-coordinate representation of color #69071F: hue angle of 345.31º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #69071F is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 7 | 31 | - |
| CMYK | 0 | 0.93 | 0.70 | 0.59 |
| HSL | 345.31º | 0.88% | 0.22% | - |
| HSV(B) | 345.31º | 0.93% | 0.41% | - |
| XYZ | 6.15 | 3.25 | 1.6 | - |
| YUV | 39.04 | 123.47 | 175.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 7 | 31 | 0 | 0.93 | 0.70 | 0.59 | 345.31 | 0.88 | 0.22 |
| Hex | 69 | 7 | 1F | 0 | 5D | 46 | 3B | 159 | 58 | 16 |
| Octal | 151 | 7 | 37 | 0 | 135 | 106 | 73 | 531 | 130 | 26 |
| Binary | 1101001 | 111 | 11111 | 0 | 1011101 | 1000110 | 111011 | 101011001 | 1011000 | 10110 |
Color Harmonies of #69071F
Complementary color
Monochromatic Colors of #69071F
Black with #69071F
Text Example
Text Example
White with #69071F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69071F; }
p { color: rgb(105,7,31); }
H1.HeaderClassName
{
color: #69071F;
}
.AnyTagClassName
{
color: #69071F;
}
</style>
background-color css
<style>
a { background-color: #69071F; }
a { background-color: rgb(105,7,31); }
div.DivClassName
{
background-color: #69071F;
}
.BgClassName
{
background-color: #69071F;
}
</style>
border-color css
<style>
span { border-color: #69071F; }
span { border-color: rgb(105,7,31); }
td.TdClassName
{
border-color: #69071F;
}
.TagClassName
{
border-color: #69071F;
}
</style>