Shades of Burgundy #950A32
Tints of Burgundy #950A32
RGB
CMYK
RGB Variations
Color information
#950A32 (or 0x950A32) is known color: Burgundy. HEX triplet: 95, 0A and 32. RGB value is (149,10,50). Sum of RGB (Red+Green+Blue) = 149+10+50=209 (27% of max value = 765). Red value is 149 (58.59% from 255 or 71.29% from 209); Green value is 10 (4.30% from 255 or 4.78% from 209); Blue value is 50 (19.92% from 255 or 23.92% from 209); Max value from RGB is 149 - color contains mainly: red. Hex color #950A32 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950A32 is #6AF5CD. Grayscale: #383838. Windows color (decimal): -7009742 or 3279509. OLE color: 3279509.
HSL color Cylindrical-coordinate representation of color #950A32: hue angle of 342.73º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #950A32 is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 10 | 50 | - |
| CMYK | 0 | 0.93 | 0.66 | 0.42 |
| HSL | 342.73º | 0.87% | 0.31% | - |
| HSV(B) | 342.73º | 0.93% | 0.58% | - |
| XYZ | 13.08 | 6.84 | 3.65 | - |
| YUV | 56.12 | 124.55 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 10 | 50 | 0 | 0.93 | 0.66 | 0.42 | 342.73 | 0.87 | 0.31 |
| Hex | 95 | A | 32 | 0 | 5D | 42 | 2A | 157 | 57 | 1F |
| Octal | 225 | 12 | 62 | 0 | 135 | 102 | 52 | 527 | 127 | 37 |
| Binary | 10010101 | 1010 | 110010 | 0 | 1011101 | 1000010 | 101010 | 101010111 | 1010111 | 11111 |
Color Harmonies of #950A32
Complementary color
Monochromatic Colors of #950A32
Black with #950A32
Text Example
Text Example
White with #950A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950A32; }
p { color: rgb(149,10,50); }
H1.HeaderClassName
{
color: #950A32;
}
.AnyTagClassName
{
color: #950A32;
}
</style>
background-color css
<style>
a { background-color: #950A32; }
a { background-color: rgb(149,10,50); }
div.DivClassName
{
background-color: #950A32;
}
.BgClassName
{
background-color: #950A32;
}
</style>
border-color css
<style>
span { border-color: #950A32; }
span { border-color: rgb(149,10,50); }
td.TdClassName
{
border-color: #950A32;
}
.TagClassName
{
border-color: #950A32;
}
</style>