Shades of Burgundy #740623
Tints of Burgundy #740623
RGB
CMYK
RGB Variations
Color information
#740623 (or 0x740623) is known color: Burgundy. HEX triplet: 74, 06 and 23. RGB value is (116,6,35). Sum of RGB (Red+Green+Blue) = 116+6+35=157 (20% of max value = 765). Red value is 116 (45.70% from 255 or 73.89% from 157); Green value is 6 (2.73% from 255 or 3.82% from 157); Blue value is 35 (14.06% from 255 or 22.29% from 157); Max value from RGB is 116 - color contains mainly: red. Hex color #740623 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740623 is #8BF9DC. Grayscale: #2A2A2A. Windows color (decimal): -9173469 or 2295412. OLE color: 2295412.
HSL color Cylindrical-coordinate representation of color #740623: hue angle of 344.18º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #740623 is Cyan = 0, Magento = 0.95, Yellow = 0.70 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 6 | 35 | - |
| CMYK | 0 | 0.95 | 0.70 | 0.55 |
| HSL | 344.18º | 0.9% | 0.24% | - |
| HSV(B) | 344.18º | 0.95% | 0.45% | - |
| XYZ | 7.57 | 3.96 | 1.96 | - |
| YUV | 42.2 | 123.94 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 6 | 35 | 0 | 0.95 | 0.70 | 0.55 | 344.18 | 0.9 | 0.24 |
| Hex | 74 | 6 | 23 | 0 | 5F | 46 | 37 | 158 | 5A | 18 |
| Octal | 164 | 6 | 43 | 0 | 137 | 106 | 67 | 530 | 132 | 30 |
| Binary | 1110100 | 110 | 100011 | 0 | 1011111 | 1000110 | 110111 | 101011000 | 1011010 | 11000 |
Color Harmonies of #740623
Complementary color
Monochromatic Colors of #740623
Black with #740623
Text Example
Text Example
White with #740623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740623; }
p { color: rgb(116,6,35); }
H1.HeaderClassName
{
color: #740623;
}
.AnyTagClassName
{
color: #740623;
}
</style>
background-color css
<style>
a { background-color: #740623; }
a { background-color: rgb(116,6,35); }
div.DivClassName
{
background-color: #740623;
}
.BgClassName
{
background-color: #740623;
}
</style>
border-color css
<style>
span { border-color: #740623; }
span { border-color: rgb(116,6,35); }
td.TdClassName
{
border-color: #740623;
}
.TagClassName
{
border-color: #740623;
}
</style>