Shades of Claret #6A1130
Tints of Claret #6A1130
RGB
CMYK
RGB Variations
Color information
#6A1130 (or 0x6A1130) is known color: Claret. HEX triplet: 6A, 11 and 30. RGB value is (106,17,48). Sum of RGB (Red+Green+Blue) = 106+17+48=171 (22% of max value = 765). Red value is 106 (41.80% from 255 or 61.99% from 171); Green value is 17 (7.03% from 255 or 9.94% from 171); Blue value is 48 (19.14% from 255 or 28.07% from 171); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1130 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A1130 is #95EECF. Grayscale: #2F2F2F. Windows color (decimal): -9826000 or 3150186. OLE color: 3150186.
HSL color Cylindrical-coordinate representation of color #6A1130: hue angle of 339.1º 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 #6A1130 is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 17 | 48 | - |
| CMYK | 0 | 0.84 | 0.55 | 0.58 |
| HSL | 339.1º | 0.72% | 0.24% | - |
| HSV(B) | 339.1º | 0.84% | 0.42% | - |
| XYZ | 6.68 | 3.68 | 3.15 | - |
| YUV | 47.15 | 128.49 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 17 | 48 | 0 | 0.84 | 0.55 | 0.58 | 339.1 | 0.72 | 0.24 |
| Hex | 6A | 11 | 30 | 0 | 54 | 37 | 3A | 153 | 48 | 18 |
| Octal | 152 | 21 | 60 | 0 | 124 | 67 | 72 | 523 | 110 | 30 |
| Binary | 1101010 | 10001 | 110000 | 0 | 1010100 | 110111 | 111010 | 101010011 | 1001000 | 11000 |
Color Harmonies of #6A1130
Complementary color
Monochromatic Colors of #6A1130
Black with #6A1130
Text Example
Text Example
White with #6A1130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1130; }
p { color: rgb(106,17,48); }
H1.HeaderClassName
{
color: #6A1130;
}
.AnyTagClassName
{
color: #6A1130;
}
</style>
background-color css
<style>
a { background-color: #6A1130; }
a { background-color: rgb(106,17,48); }
div.DivClassName
{
background-color: #6A1130;
}
.BgClassName
{
background-color: #6A1130;
}
</style>
border-color css
<style>
span { border-color: #6A1130; }
span { border-color: rgb(106,17,48); }
td.TdClassName
{
border-color: #6A1130;
}
.TagClassName
{
border-color: #6A1130;
}
</style>