Shades of Burgundy #690428
Tints of Burgundy #690428
RGB
CMYK
RGB Variations
Color information
#690428 (or 0x690428) is known color: Burgundy. HEX triplet: 69, 04 and 28. RGB value is (105,4,40). Sum of RGB (Red+Green+Blue) = 105+4+40=149 (19% of max value = 765). Red value is 105 (41.41% from 255 or 70.47% from 149); Green value is 4 (1.95% from 255 or 2.68% from 149); Blue value is 40 (16.02% from 255 or 26.85% from 149); Max value from RGB is 105 - color contains mainly: red. Hex color #690428 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690428 is #96FBD7. Grayscale: #262626. Windows color (decimal): -9894872 or 2622569. OLE color: 2622569.
HSL color Cylindrical-coordinate representation of color #690428: hue angle of 338.61º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #690428 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 4 | 40 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.59 |
| HSL | 338.61º | 0.93% | 0.21% | - |
| HSV(B) | 338.61º | 0.96% | 0.41% | - |
| XYZ | 6.25 | 3.24 | 2.3 | - |
| YUV | 38.3 | 128.96 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 4 | 40 | 0 | 0.96 | 0.62 | 0.59 | 338.61 | 0.93 | 0.21 |
| Hex | 69 | 4 | 28 | 0 | 60 | 3E | 3B | 153 | 5D | 15 |
| Octal | 151 | 4 | 50 | 0 | 140 | 76 | 73 | 523 | 135 | 25 |
| Binary | 1101001 | 100 | 101000 | 0 | 1100000 | 111110 | 111011 | 101010011 | 1011101 | 10101 |
Color Harmonies of #690428
Complementary color
Monochromatic Colors of #690428
Black with #690428
Text Example
Text Example
White with #690428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690428; }
p { color: rgb(105,4,40); }
H1.HeaderClassName
{
color: #690428;
}
.AnyTagClassName
{
color: #690428;
}
</style>
background-color css
<style>
a { background-color: #690428; }
a { background-color: rgb(105,4,40); }
div.DivClassName
{
background-color: #690428;
}
.BgClassName
{
background-color: #690428;
}
</style>
border-color css
<style>
span { border-color: #690428; }
span { border-color: rgb(105,4,40); }
td.TdClassName
{
border-color: #690428;
}
.TagClassName
{
border-color: #690428;
}
</style>