Shades of Maroon #830D01
Tints of Maroon #830D01
RGB
CMYK
RGB Variations
Color information
#830D01 (or 0x830D01) is known color: Maroon. HEX triplet: 83, 0D and 01. RGB value is (131,13,1). Sum of RGB (Red+Green+Blue) = 131+13+1=145 (19% of max value = 765). Red value is 131 (51.56% from 255 or 90.34% from 145); Green value is 13 (5.47% from 255 or 8.97% from 145); Blue value is 1 (0.78% from 255 or 0.69% from 145); Max value from RGB is 131 - color contains mainly: red. Hex color #830D01 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830D01 is #7CF2FE. Grayscale: #2F2F2F. Windows color (decimal): -8188671 or 68995. OLE color: 68995.
HSL color Cylindrical-coordinate representation of color #830D01: hue angle of 5.54º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #830D01 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 13 | 1 | - |
| CMYK | 0 | 0.90 | 0.99 | 0.49 |
| HSL | 5.54º | 0.98% | 0.26% | - |
| HSV(B) | 5.54º | 0.99% | 0.51% | - |
| XYZ | 9.51 | 5.12 | 0.51 | - |
| YUV | 46.91 | 102.09 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 13 | 1 | 0 | 0.90 | 0.99 | 0.49 | 5.54 | 0.98 | 0.26 |
| Hex | 83 | D | 1 | 0 | 5A | 63 | 31 | 6 | 62 | 1A |
| Octal | 203 | 15 | 1 | 0 | 132 | 143 | 61 | 6 | 142 | 32 |
| Binary | 10000011 | 1101 | 1 | 0 | 1011010 | 1100011 | 110001 | 110 | 1100010 | 11010 |
Color Harmonies of #830D01
Complementary color
Monochromatic Colors of #830D01
Black with #830D01
Text Example
Text Example
White with #830D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830D01; }
p { color: rgb(131,13,1); }
H1.HeaderClassName
{
color: #830D01;
}
.AnyTagClassName
{
color: #830D01;
}
</style>
background-color css
<style>
a { background-color: #830D01; }
a { background-color: rgb(131,13,1); }
div.DivClassName
{
background-color: #830D01;
}
.BgClassName
{
background-color: #830D01;
}
</style>
border-color css
<style>
span { border-color: #830D01; }
span { border-color: rgb(131,13,1); }
td.TdClassName
{
border-color: #830D01;
}
.TagClassName
{
border-color: #830D01;
}
</style>