Shades of Burgundy #690228
Tints of Burgundy #690228
RGB
CMYK
RGB Variations
Color information
#690228 (or 0x690228) is known color: Burgundy. HEX triplet: 69, 02 and 28. RGB value is (105,2,40). Sum of RGB (Red+Green+Blue) = 105+2+40=147 (19% of max value = 765). Red value is 105 (41.41% from 255 or 71.43% from 147); Green value is 2 (1.17% from 255 or 1.36% from 147); Blue value is 40 (16.02% from 255 or 27.21% from 147); Max value from RGB is 105 - color contains mainly: red. Hex color #690228 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690228 is #96FDD7. Grayscale: #252525. Windows color (decimal): -9895384 or 2622057. OLE color: 2622057.
HSL color Cylindrical-coordinate representation of color #690228: hue angle of 337.86º 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 #690228 is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 2 | 40 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.59 |
| HSL | 337.86º | 0.96% | 0.21% | - |
| HSV(B) | 337.86º | 0.98% | 0.41% | - |
| XYZ | 6.23 | 3.2 | 2.3 | - |
| YUV | 37.13 | 129.62 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 2 | 40 | 0 | 0.98 | 0.62 | 0.59 | 337.86 | 0.96 | 0.21 |
| Hex | 69 | 2 | 28 | 0 | 62 | 3E | 3B | 152 | 60 | 15 |
| Octal | 151 | 2 | 50 | 0 | 142 | 76 | 73 | 522 | 140 | 25 |
| Binary | 1101001 | 10 | 101000 | 0 | 1100010 | 111110 | 111011 | 101010010 | 1100000 | 10101 |
Color Harmonies of #690228
Complementary color
Monochromatic Colors of #690228
Black with #690228
Text Example
Text Example
White with #690228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690228; }
p { color: rgb(105,2,40); }
H1.HeaderClassName
{
color: #690228;
}
.AnyTagClassName
{
color: #690228;
}
</style>
background-color css
<style>
a { background-color: #690228; }
a { background-color: rgb(105,2,40); }
div.DivClassName
{
background-color: #690228;
}
.BgClassName
{
background-color: #690228;
}
</style>
border-color css
<style>
span { border-color: #690228; }
span { border-color: rgb(105,2,40); }
td.TdClassName
{
border-color: #690228;
}
.TagClassName
{
border-color: #690228;
}
</style>