Shades of Maroon #6C0302
Tints of Maroon #6C0302
RGB
CMYK
RGB Variations
Color information
#6C0302 (or 0x6C0302) is known color: Maroon. HEX triplet: 6C, 03 and 02. RGB value is (108,3,2). Sum of RGB (Red+Green+Blue) = 108+3+2=113 (14% of max value = 765). Red value is 108 (42.58% from 255 or 95.58% from 113); Green value is 3 (1.56% from 255 or 2.65% from 113); Blue value is 2 (1.17% from 255 or 1.77% from 113); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0302 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C0302 is #93FCFD. Grayscale: #222222. Windows color (decimal): -9698558 or 131948. OLE color: 131948.
HSL color Cylindrical-coordinate representation of color #6C0302: hue angle of 0.57º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6C0302 is Cyan = 0, Magento = 0.97, Yellow = 0.98 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 3 | 2 | - |
| CMYK | 0 | 0.97 | 0.98 | 0.58 |
| HSL | 0.57º | 0.96% | 0.22% | - |
| HSV(B) | 0.57º | 0.98% | 0.42% | - |
| XYZ | 6.23 | 3.26 | 0.36 | - |
| YUV | 34.28 | 109.79 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 3 | 2 | 0 | 0.97 | 0.98 | 0.58 | 0.57 | 0.96 | 0.22 |
| Hex | 6C | 3 | 2 | 0 | 61 | 62 | 3A | 1 | 60 | 16 |
| Octal | 154 | 3 | 2 | 0 | 141 | 142 | 72 | 1 | 140 | 26 |
| Binary | 1101100 | 11 | 10 | 0 | 1100001 | 1100010 | 111010 | 1 | 1100000 | 10110 |
Color Harmonies of #6C0302
Complementary color
Monochromatic Colors of #6C0302
Black with #6C0302
Text Example
Text Example
White with #6C0302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0302; }
p { color: rgb(108,3,2); }
H1.HeaderClassName
{
color: #6C0302;
}
.AnyTagClassName
{
color: #6C0302;
}
</style>
background-color css
<style>
a { background-color: #6C0302; }
a { background-color: rgb(108,3,2); }
div.DivClassName
{
background-color: #6C0302;
}
.BgClassName
{
background-color: #6C0302;
}
</style>
border-color css
<style>
span { border-color: #6C0302; }
span { border-color: rgb(108,3,2); }
td.TdClassName
{
border-color: #6C0302;
}
.TagClassName
{
border-color: #6C0302;
}
</style>