Shades of Claret #6A1133
Tints of Claret #6A1133
RGB
CMYK
RGB Variations
Color information
#6A1133 (or 0x6A1133) is known color: Claret. HEX triplet: 6A, 11 and 33. RGB value is (106,17,51). Sum of RGB (Red+Green+Blue) = 106+17+51=174 (23% of max value = 765). Red value is 106 (41.80% from 255 or 60.92% from 174); Green value is 17 (7.03% from 255 or 9.77% from 174); Blue value is 51 (20.31% from 255 or 29.31% from 174); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1133 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A1133 is #95EECC. Grayscale: #2F2F2F. Windows color (decimal): -9825997 or 3346794. OLE color: 3346794.
HSL color Cylindrical-coordinate representation of color #6A1133: hue angle of 337.08º 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 #6A1133 is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 17 | 51 | - |
| CMYK | 0 | 0.84 | 0.52 | 0.58 |
| HSL | 337.08º | 0.72% | 0.24% | - |
| HSV(B) | 337.08º | 0.84% | 0.42% | - |
| XYZ | 6.74 | 3.7 | 3.49 | - |
| YUV | 47.49 | 129.99 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 17 | 51 | 0 | 0.84 | 0.52 | 0.58 | 337.08 | 0.72 | 0.24 |
| Hex | 6A | 11 | 33 | 0 | 54 | 34 | 3A | 151 | 48 | 18 |
| Octal | 152 | 21 | 63 | 0 | 124 | 64 | 72 | 521 | 110 | 30 |
| Binary | 1101010 | 10001 | 110011 | 0 | 1010100 | 110100 | 111010 | 101010001 | 1001000 | 11000 |
Color Harmonies of #6A1133
Complementary color
Monochromatic Colors of #6A1133
Black with #6A1133
Text Example
Text Example
White with #6A1133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1133; }
p { color: rgb(106,17,51); }
H1.HeaderClassName
{
color: #6A1133;
}
.AnyTagClassName
{
color: #6A1133;
}
</style>
background-color css
<style>
a { background-color: #6A1133; }
a { background-color: rgb(106,17,51); }
div.DivClassName
{
background-color: #6A1133;
}
.BgClassName
{
background-color: #6A1133;
}
</style>
border-color css
<style>
span { border-color: #6A1133; }
span { border-color: rgb(106,17,51); }
td.TdClassName
{
border-color: #6A1133;
}
.TagClassName
{
border-color: #6A1133;
}
</style>