Shades of Claret #6A1131
Tints of Claret #6A1131
RGB
CMYK
RGB Variations
Color information
#6A1131 (or 0x6A1131) is known color: Claret. HEX triplet: 6A, 11 and 31. RGB value is (106,17,49). Sum of RGB (Red+Green+Blue) = 106+17+49=172 (22% of max value = 765). Red value is 106 (41.80% from 255 or 61.63% from 172); Green value is 17 (7.03% from 255 or 9.88% from 172); Blue value is 49 (19.53% from 255 or 28.49% from 172); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1131 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A1131 is #95EECE. Grayscale: #2F2F2F. Windows color (decimal): -9825999 or 3215722. OLE color: 3215722.
HSL color Cylindrical-coordinate representation of color #6A1131: hue angle of 338.43º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6A1131 is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 17 | 49 | - |
| CMYK | 0 | 0.84 | 0.54 | 0.58 |
| HSL | 338.43º | 0.72% | 0.24% | - |
| HSV(B) | 338.43º | 0.84% | 0.42% | - |
| XYZ | 6.7 | 3.69 | 3.26 | - |
| YUV | 47.26 | 128.99 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 17 | 49 | 0 | 0.84 | 0.54 | 0.58 | 338.43 | 0.72 | 0.24 |
| Hex | 6A | 11 | 31 | 0 | 54 | 36 | 3A | 152 | 48 | 18 |
| Octal | 152 | 21 | 61 | 0 | 124 | 66 | 72 | 522 | 110 | 30 |
| Binary | 1101010 | 10001 | 110001 | 0 | 1010100 | 110110 | 111010 | 101010010 | 1001000 | 11000 |
Color Harmonies of #6A1131
Complementary color
Monochromatic Colors of #6A1131
Black with #6A1131
Text Example
Text Example
White with #6A1131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1131; }
p { color: rgb(106,17,49); }
H1.HeaderClassName
{
color: #6A1131;
}
.AnyTagClassName
{
color: #6A1131;
}
</style>
background-color css
<style>
a { background-color: #6A1131; }
a { background-color: rgb(106,17,49); }
div.DivClassName
{
background-color: #6A1131;
}
.BgClassName
{
background-color: #6A1131;
}
</style>
border-color css
<style>
span { border-color: #6A1131; }
span { border-color: rgb(106,17,49); }
td.TdClassName
{
border-color: #6A1131;
}
.TagClassName
{
border-color: #6A1131;
}
</style>