Shades of Maroon #830900
Tints of Maroon #830900
RGB
CMYK
RGB Variations
Color information
#830900 (or 0x830900) is known color: Maroon. HEX triplet: 83, 09 and 00. RGB value is (131,9,0). Sum of RGB (Red+Green+Blue) = 131+9+0=140 (18% of max value = 765). Red value is 131 (51.56% from 255 or 93.57% from 140); Green value is 9 (3.91% from 255 or 6.43% from 140); Blue value is 0 (0.39% from 255 or 0% from 140); Max value from RGB is 131 - color contains mainly: red. Hex color #830900 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830900 is #7CF6FF. Grayscale: #2C2C2C. Windows color (decimal): -8189696 or 2435. OLE color: 2435.
HSL color Cylindrical-coordinate representation of color #830900: hue angle of 4.12º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #830900 is Cyan = 0, Magento = 0.93, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 9 | 0 | - |
| CMYK | 0 | 0.93 | 1 | 0.49 |
| HSL | 4.12º | 1% | 0.26% | - |
| HSV(B) | 4.12º | 1% | 0.51% | - |
| XYZ | 9.46 | 5.02 | 0.47 | - |
| YUV | 44.45 | 102.92 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 9 | 0 | 0 | 0.93 | 1 | 0.49 | 4.12 | 1 | 0.26 |
| Hex | 83 | 9 | 0 | 0 | 5D | 64 | 31 | 4 | 64 | 1A |
| Octal | 203 | 11 | 0 | 0 | 135 | 144 | 61 | 4 | 144 | 32 |
| Binary | 10000011 | 1001 | 0 | 0 | 1011101 | 1100100 | 110001 | 100 | 1100100 | 11010 |
Color Harmonies of #830900
Complementary color
Monochromatic Colors of #830900
Black with #830900
Text Example
Text Example
White with #830900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830900; }
p { color: rgb(131,9,0); }
H1.HeaderClassName
{
color: #830900;
}
.AnyTagClassName
{
color: #830900;
}
</style>
background-color css
<style>
a { background-color: #830900; }
a { background-color: rgb(131,9,0); }
div.DivClassName
{
background-color: #830900;
}
.BgClassName
{
background-color: #830900;
}
</style>
border-color css
<style>
span { border-color: #830900; }
span { border-color: rgb(131,9,0); }
td.TdClassName
{
border-color: #830900;
}
.TagClassName
{
border-color: #830900;
}
</style>