Shades of Claret #6A1934
Tints of Claret #6A1934
RGB
CMYK
RGB Variations
Color information
#6A1934 (or 0x6A1934) is known color: Claret. HEX triplet: 6A, 19 and 34. RGB value is (106,25,52). Sum of RGB (Red+Green+Blue) = 106+25+52=183 (24% of max value = 765). Red value is 106 (41.80% from 255 or 57.92% from 183); Green value is 25 (10.16% from 255 or 13.66% from 183); Blue value is 52 (20.70% from 255 or 28.42% from 183); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1934 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A1934 is #95E6CB. Grayscale: #343434. Windows color (decimal): -9823948 or 3414378. OLE color: 3414378.
HSL color Cylindrical-coordinate representation of color #6A1934: hue angle of 340º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6A1934 is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 25 | 52 | - |
| CMYK | 0 | 0.76 | 0.51 | 0.58 |
| HSL | 340º | 0.62% | 0.26% | - |
| HSV(B) | 340º | 0.76% | 0.42% | - |
| XYZ | 6.91 | 4.01 | 3.66 | - |
| YUV | 52.3 | 127.84 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 25 | 52 | 0 | 0.76 | 0.51 | 0.58 | 340 | 0.62 | 0.26 |
| Hex | 6A | 19 | 34 | 0 | 4C | 33 | 3A | 154 | 3E | 1A |
| Octal | 152 | 31 | 64 | 0 | 114 | 63 | 72 | 524 | 76 | 32 |
| Binary | 1101010 | 11001 | 110100 | 0 | 1001100 | 110011 | 111010 | 101010100 | 111110 | 11010 |
Color Harmonies of #6A1934
Complementary color
Monochromatic Colors of #6A1934
Black with #6A1934
Text Example
Text Example
White with #6A1934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1934; }
p { color: rgb(106,25,52); }
H1.HeaderClassName
{
color: #6A1934;
}
.AnyTagClassName
{
color: #6A1934;
}
</style>
background-color css
<style>
a { background-color: #6A1934; }
a { background-color: rgb(106,25,52); }
div.DivClassName
{
background-color: #6A1934;
}
.BgClassName
{
background-color: #6A1934;
}
</style>
border-color css
<style>
span { border-color: #6A1934; }
span { border-color: rgb(106,25,52); }
td.TdClassName
{
border-color: #6A1934;
}
.TagClassName
{
border-color: #6A1934;
}
</style>