Shades of Burgundy #900D32
Tints of Burgundy #900D32
RGB
CMYK
RGB Variations
Color information
#900D32 (or 0x900D32) is known color: Burgundy. HEX triplet: 90, 0D and 32. RGB value is (144,13,50). Sum of RGB (Red+Green+Blue) = 144+13+50=207 (27% of max value = 765). Red value is 144 (56.64% from 255 or 69.57% from 207); Green value is 13 (5.47% from 255 or 6.28% from 207); Blue value is 50 (19.92% from 255 or 24.15% from 207); Max value from RGB is 144 - color contains mainly: red. Hex color #900D32 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900D32 is #6FF2CD. Grayscale: #383838. Windows color (decimal): -7336654 or 3280272. OLE color: 3280272.
HSL color Cylindrical-coordinate representation of color #900D32: hue angle of 343.05º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #900D32 is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 13 | 50 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.44 |
| HSL | 343.05º | 0.83% | 0.31% | - |
| HSV(B) | 343.05º | 0.91% | 0.56% | - |
| XYZ | 12.22 | 6.45 | 3.62 | - |
| YUV | 56.39 | 124.4 | 190.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 13 | 50 | 0 | 0.91 | 0.65 | 0.44 | 343.05 | 0.83 | 0.31 |
| Hex | 90 | D | 32 | 0 | 5B | 41 | 2C | 157 | 53 | 1F |
| Octal | 220 | 15 | 62 | 0 | 133 | 101 | 54 | 527 | 123 | 37 |
| Binary | 10010000 | 1101 | 110010 | 0 | 1011011 | 1000001 | 101100 | 101010111 | 1010011 | 11111 |
Color Harmonies of #900D32
Complementary color
Monochromatic Colors of #900D32
Black with #900D32
Text Example
Text Example
White with #900D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900D32; }
p { color: rgb(144,13,50); }
H1.HeaderClassName
{
color: #900D32;
}
.AnyTagClassName
{
color: #900D32;
}
</style>
background-color css
<style>
a { background-color: #900D32; }
a { background-color: rgb(144,13,50); }
div.DivClassName
{
background-color: #900D32;
}
.BgClassName
{
background-color: #900D32;
}
</style>
border-color css
<style>
span { border-color: #900D32; }
span { border-color: rgb(144,13,50); }
td.TdClassName
{
border-color: #900D32;
}
.TagClassName
{
border-color: #900D32;
}
</style>