Shades of Maroon #830C04
Tints of Maroon #830C04
RGB
CMYK
RGB Variations
Color information
#830C04 (or 0x830C04) is known color: Maroon. HEX triplet: 83, 0C and 04. RGB value is (131,12,4). Sum of RGB (Red+Green+Blue) = 131+12+4=147 (19% of max value = 765). Red value is 131 (51.56% from 255 or 89.12% from 147); Green value is 12 (5.08% from 255 or 8.16% from 147); Blue value is 4 (1.95% from 255 or 2.72% from 147); Max value from RGB is 131 - color contains mainly: red. Hex color #830C04 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830C04 is #7CF3FB. Grayscale: #2E2E2E. Windows color (decimal): -8188924 or 265347. OLE color: 265347.
HSL color Cylindrical-coordinate representation of color #830C04: hue angle of 3.78º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #830C04 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 12 | 4 | - |
| CMYK | 0 | 0.91 | 0.97 | 0.49 |
| HSL | 3.78º | 0.94% | 0.26% | - |
| HSV(B) | 3.78º | 0.97% | 0.51% | - |
| XYZ | 9.51 | 5.1 | 0.6 | - |
| YUV | 46.67 | 103.92 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 12 | 4 | 0 | 0.91 | 0.97 | 0.49 | 3.78 | 0.94 | 0.26 |
| Hex | 83 | C | 4 | 0 | 5B | 61 | 31 | 4 | 5E | 1A |
| Octal | 203 | 14 | 4 | 0 | 133 | 141 | 61 | 4 | 136 | 32 |
| Binary | 10000011 | 1100 | 100 | 0 | 1011011 | 1100001 | 110001 | 100 | 1011110 | 11010 |
Color Harmonies of #830C04
Complementary color
Monochromatic Colors of #830C04
Black with #830C04
Text Example
Text Example
White with #830C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830C04; }
p { color: rgb(131,12,4); }
H1.HeaderClassName
{
color: #830C04;
}
.AnyTagClassName
{
color: #830C04;
}
</style>
background-color css
<style>
a { background-color: #830C04; }
a { background-color: rgb(131,12,4); }
div.DivClassName
{
background-color: #830C04;
}
.BgClassName
{
background-color: #830C04;
}
</style>
border-color css
<style>
span { border-color: #830C04; }
span { border-color: rgb(131,12,4); }
td.TdClassName
{
border-color: #830C04;
}
.TagClassName
{
border-color: #830C04;
}
</style>