Shades of Burgundy #960338
Tints of Burgundy #960338
RGB
CMYK
RGB Variations
Color information
#960338 (or 0x960338) is known color: Burgundy. HEX triplet: 96, 03 and 38. RGB value is (150,3,56). Sum of RGB (Red+Green+Blue) = 150+3+56=209 (27% of max value = 765). Red value is 150 (58.98% from 255 or 71.77% from 209); Green value is 3 (1.56% from 255 or 1.44% from 209); Blue value is 56 (22.27% from 255 or 26.79% from 209); Max value from RGB is 150 - color contains mainly: red. Hex color #960338 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960338 is #69FCC7. Grayscale: #343434. Windows color (decimal): -6945992 or 3670934. OLE color: 3670934.
HSL color Cylindrical-coordinate representation of color #960338: hue angle of 338.37º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #960338 is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 3 | 56 | - |
| CMYK | 0 | 0.98 | 0.63 | 0.41 |
| HSL | 338.37º | 0.96% | 0.3% | - |
| HSV(B) | 338.37º | 0.98% | 0.59% | - |
| XYZ | 13.32 | 6.83 | 4.36 | - |
| YUV | 53 | 129.7 | 197.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 3 | 56 | 0 | 0.98 | 0.63 | 0.41 | 338.37 | 0.96 | 0.3 |
| Hex | 96 | 3 | 38 | 0 | 62 | 3F | 29 | 152 | 60 | 1E |
| Octal | 226 | 3 | 70 | 0 | 142 | 77 | 51 | 522 | 140 | 36 |
| Binary | 10010110 | 11 | 111000 | 0 | 1100010 | 111111 | 101001 | 101010010 | 1100000 | 11110 |
Color Harmonies of #960338
Complementary color
Monochromatic Colors of #960338
Black with #960338
Text Example
Text Example
White with #960338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960338; }
p { color: rgb(150,3,56); }
H1.HeaderClassName
{
color: #960338;
}
.AnyTagClassName
{
color: #960338;
}
</style>
background-color css
<style>
a { background-color: #960338; }
a { background-color: rgb(150,3,56); }
div.DivClassName
{
background-color: #960338;
}
.BgClassName
{
background-color: #960338;
}
</style>
border-color css
<style>
span { border-color: #960338; }
span { border-color: rgb(150,3,56); }
td.TdClassName
{
border-color: #960338;
}
.TagClassName
{
border-color: #960338;
}
</style>