Shades of Burgundy #69021F
Tints of Burgundy #69021F
RGB
CMYK
RGB Variations
Color information
#69021F (or 0x69021F) is known color: Burgundy. HEX triplet: 69, 02 and 1F. RGB value is (105,2,31). Sum of RGB (Red+Green+Blue) = 105+2+31=138 (18% of max value = 765). Red value is 105 (41.41% from 255 or 76.09% from 138); Green value is 2 (1.17% from 255 or 1.45% from 138); Blue value is 31 (12.5% from 255 or 22.46% from 138); Max value from RGB is 105 - color contains mainly: red. Hex color #69021F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69021F is #96FDE0. Grayscale: #242424. Windows color (decimal): -9895393 or 2032233. OLE color: 2032233.
HSL color Cylindrical-coordinate representation of color #69021F: hue angle of 343.11º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #69021F is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 2 | 31 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.59 |
| HSL | 343.11º | 0.96% | 0.21% | - |
| HSV(B) | 343.11º | 0.98% | 0.41% | - |
| XYZ | 6.09 | 3.15 | 1.58 | - |
| YUV | 36.1 | 125.12 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 2 | 31 | 0 | 0.98 | 0.70 | 0.59 | 343.11 | 0.96 | 0.21 |
| Hex | 69 | 2 | 1F | 0 | 62 | 46 | 3B | 157 | 60 | 15 |
| Octal | 151 | 2 | 37 | 0 | 142 | 106 | 73 | 527 | 140 | 25 |
| Binary | 1101001 | 10 | 11111 | 0 | 1100010 | 1000110 | 111011 | 101010111 | 1100000 | 10101 |
Color Harmonies of #69021F
Complementary color
Monochromatic Colors of #69021F
Black with #69021F
Text Example
Text Example
White with #69021F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69021F; }
p { color: rgb(105,2,31); }
H1.HeaderClassName
{
color: #69021F;
}
.AnyTagClassName
{
color: #69021F;
}
</style>
background-color css
<style>
a { background-color: #69021F; }
a { background-color: rgb(105,2,31); }
div.DivClassName
{
background-color: #69021F;
}
.BgClassName
{
background-color: #69021F;
}
</style>
border-color css
<style>
span { border-color: #69021F; }
span { border-color: rgb(105,2,31); }
td.TdClassName
{
border-color: #69021F;
}
.TagClassName
{
border-color: #69021F;
}
</style>