Shades of Maroon #6A1202
Tints of Maroon #6A1202
RGB
CMYK
RGB Variations
Color information
#6A1202 (or 0x6A1202) is known color: Maroon. HEX triplet: 6A, 12 and 02. RGB value is (106,18,2). Sum of RGB (Red+Green+Blue) = 106+18+2=126 (16% of max value = 765). Red value is 106 (41.80% from 255 or 84.13% from 126); Green value is 18 (7.42% from 255 or 14.29% from 126); Blue value is 2 (1.17% from 255 or 1.59% from 126); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1202 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A1202 is #95EDFD. Grayscale: #2A2A2A. Windows color (decimal): -9825790 or 135786. OLE color: 135786.
HSL color Cylindrical-coordinate representation of color #6A1202: hue angle of 9.23º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6A1202 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 18 | 2 | - |
| CMYK | 0 | 0.83 | 0.98 | 0.58 |
| HSL | 9.23º | 0.96% | 0.21% | - |
| HSV(B) | 9.23º | 0.98% | 0.42% | - |
| XYZ | 6.17 | 3.5 | 0.41 | - |
| YUV | 42.49 | 105.15 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 18 | 2 | 0 | 0.83 | 0.98 | 0.58 | 9.23 | 0.96 | 0.21 |
| Hex | 6A | 12 | 2 | 0 | 53 | 62 | 3A | 9 | 60 | 15 |
| Octal | 152 | 22 | 2 | 0 | 123 | 142 | 72 | 11 | 140 | 25 |
| Binary | 1101010 | 10010 | 10 | 0 | 1010011 | 1100010 | 111010 | 1001 | 1100000 | 10101 |
Color Harmonies of #6A1202
Complementary color
Monochromatic Colors of #6A1202
Black with #6A1202
Text Example
Text Example
White with #6A1202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1202; }
p { color: rgb(106,18,2); }
H1.HeaderClassName
{
color: #6A1202;
}
.AnyTagClassName
{
color: #6A1202;
}
</style>
background-color css
<style>
a { background-color: #6A1202; }
a { background-color: rgb(106,18,2); }
div.DivClassName
{
background-color: #6A1202;
}
.BgClassName
{
background-color: #6A1202;
}
</style>
border-color css
<style>
span { border-color: #6A1202; }
span { border-color: rgb(106,18,2); }
td.TdClassName
{
border-color: #6A1202;
}
.TagClassName
{
border-color: #6A1202;
}
</style>