Shades of Claret #6A1234
Tints of Claret #6A1234
RGB
CMYK
RGB Variations
Color information
#6A1234 (or 0x6A1234) is known color: Claret. HEX triplet: 6A, 12 and 34. RGB value is (106,18,52). Sum of RGB (Red+Green+Blue) = 106+18+52=176 (23% of max value = 765). Red value is 106 (41.80% from 255 or 60.23% from 176); Green value is 18 (7.42% from 255 or 10.23% from 176); Blue value is 52 (20.70% from 255 or 29.55% from 176); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1234 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A1234 is #95EDCB. Grayscale: #303030. Windows color (decimal): -9825740 or 3412586. OLE color: 3412586.
HSL color Cylindrical-coordinate representation of color #6A1234: hue angle of 336.82º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6A1234 is Cyan = 0, Magento = 0.83, Yellow = 0.51 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 18 | 52 | - |
| CMYK | 0 | 0.83 | 0.51 | 0.58 |
| HSL | 336.82º | 0.71% | 0.24% | - |
| HSV(B) | 336.82º | 0.83% | 0.42% | - |
| XYZ | 6.78 | 3.74 | 3.61 | - |
| YUV | 48.19 | 130.15 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 18 | 52 | 0 | 0.83 | 0.51 | 0.58 | 336.82 | 0.71 | 0.24 |
| Hex | 6A | 12 | 34 | 0 | 53 | 33 | 3A | 151 | 47 | 18 |
| Octal | 152 | 22 | 64 | 0 | 123 | 63 | 72 | 521 | 107 | 30 |
| Binary | 1101010 | 10010 | 110100 | 0 | 1010011 | 110011 | 111010 | 101010001 | 1000111 | 11000 |
Color Harmonies of #6A1234
Complementary color
Monochromatic Colors of #6A1234
Black with #6A1234
Text Example
Text Example
White with #6A1234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1234; }
p { color: rgb(106,18,52); }
H1.HeaderClassName
{
color: #6A1234;
}
.AnyTagClassName
{
color: #6A1234;
}
</style>
background-color css
<style>
a { background-color: #6A1234; }
a { background-color: rgb(106,18,52); }
div.DivClassName
{
background-color: #6A1234;
}
.BgClassName
{
background-color: #6A1234;
}
</style>
border-color css
<style>
span { border-color: #6A1234; }
span { border-color: rgb(106,18,52); }
td.TdClassName
{
border-color: #6A1234;
}
.TagClassName
{
border-color: #6A1234;
}
</style>