Shades of Maroon #830902
Tints of Maroon #830902
RGB
CMYK
RGB Variations
Color information
#830902 (or 0x830902) is known color: Maroon. HEX triplet: 83, 09 and 02. RGB value is (131,9,2). Sum of RGB (Red+Green+Blue) = 131+9+2=142 (18% of max value = 765). Red value is 131 (51.56% from 255 or 92.25% from 142); Green value is 9 (3.91% from 255 or 6.34% from 142); Blue value is 2 (1.17% from 255 or 1.41% from 142); Max value from RGB is 131 - color contains mainly: red. Hex color #830902 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830902 is #7CF6FD. Grayscale: #2C2C2C. Windows color (decimal): -8189694 or 133507. OLE color: 133507.
HSL color Cylindrical-coordinate representation of color #830902: hue angle of 3.26º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #830902 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 9 | 2 | - |
| CMYK | 0 | 0.93 | 0.98 | 0.49 |
| HSL | 3.26º | 0.97% | 0.26% | - |
| HSV(B) | 3.26º | 0.98% | 0.51% | - |
| XYZ | 9.47 | 5.03 | 0.53 | - |
| YUV | 44.68 | 103.92 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 9 | 2 | 0 | 0.93 | 0.98 | 0.49 | 3.26 | 0.97 | 0.26 |
| Hex | 83 | 9 | 2 | 0 | 5D | 62 | 31 | 3 | 61 | 1A |
| Octal | 203 | 11 | 2 | 0 | 135 | 142 | 61 | 3 | 141 | 32 |
| Binary | 10000011 | 1001 | 10 | 0 | 1011101 | 1100010 | 110001 | 11 | 1100001 | 11010 |
Color Harmonies of #830902
Complementary color
Monochromatic Colors of #830902
Black with #830902
Text Example
Text Example
White with #830902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830902; }
p { color: rgb(131,9,2); }
H1.HeaderClassName
{
color: #830902;
}
.AnyTagClassName
{
color: #830902;
}
</style>
background-color css
<style>
a { background-color: #830902; }
a { background-color: rgb(131,9,2); }
div.DivClassName
{
background-color: #830902;
}
.BgClassName
{
background-color: #830902;
}
</style>
border-color css
<style>
span { border-color: #830902; }
span { border-color: rgb(131,9,2); }
td.TdClassName
{
border-color: #830902;
}
.TagClassName
{
border-color: #830902;
}
</style>