Shades of Burgundy #940135
Tints of Burgundy #940135
RGB
CMYK
RGB Variations
Color information
#940135 (or 0x940135) is known color: Burgundy. HEX triplet: 94, 01 and 35. RGB value is (148,1,53). Sum of RGB (Red+Green+Blue) = 148+1+53=202 (26% of max value = 765). Red value is 148 (58.20% from 255 or 73.27% from 202); Green value is 1 (0.78% from 255 or 0.50% from 202); Blue value is 53 (21.09% from 255 or 26.24% from 202); Max value from RGB is 148 - color contains mainly: red. Hex color #940135 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940135 is #6BFECA. Grayscale: #323232. Windows color (decimal): -7077579 or 3473812. OLE color: 3473812.
HSL color Cylindrical-coordinate representation of color #940135: hue angle of 338.78º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #940135 is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 1 | 53 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.42 |
| HSL | 338.78º | 0.99% | 0.29% | - |
| HSV(B) | 338.78º | 0.99% | 0.58% | - |
| XYZ | 12.87 | 6.57 | 3.96 | - |
| YUV | 50.88 | 129.2 | 197.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 1 | 53 | 0 | 0.99 | 0.64 | 0.42 | 338.78 | 0.99 | 0.29 |
| Hex | 94 | 1 | 35 | 0 | 63 | 40 | 2A | 153 | 63 | 1D |
| Octal | 224 | 1 | 65 | 0 | 143 | 100 | 52 | 523 | 143 | 35 |
| Binary | 10010100 | 1 | 110101 | 0 | 1100011 | 1000000 | 101010 | 101010011 | 1100011 | 11101 |
Color Harmonies of #940135
Complementary color
Monochromatic Colors of #940135
Black with #940135
Text Example
Text Example
White with #940135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940135; }
p { color: rgb(148,1,53); }
H1.HeaderClassName
{
color: #940135;
}
.AnyTagClassName
{
color: #940135;
}
</style>
background-color css
<style>
a { background-color: #940135; }
a { background-color: rgb(148,1,53); }
div.DivClassName
{
background-color: #940135;
}
.BgClassName
{
background-color: #940135;
}
</style>
border-color css
<style>
span { border-color: #940135; }
span { border-color: rgb(148,1,53); }
td.TdClassName
{
border-color: #940135;
}
.TagClassName
{
border-color: #940135;
}
</style>