Shades of Claret #6A2131
Tints of Claret #6A2131
RGB
CMYK
RGB Variations
Color information
#6A2131 (or 0x6A2131) is known color: Claret. HEX triplet: 6A, 21 and 31. RGB value is (106,33,49). Sum of RGB (Red+Green+Blue) = 106+33+49=188 (24% of max value = 765). Red value is 106 (41.80% from 255 or 56.38% from 188); Green value is 33 (13.28% from 255 or 17.55% from 188); Blue value is 49 (19.53% from 255 or 26.06% from 188); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2131 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2131 is #95DECE. Grayscale: #383838. Windows color (decimal): -9821903 or 3219818. OLE color: 3219818.
HSL color Cylindrical-coordinate representation of color #6A2131: hue angle of 346.85º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6A2131 is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 33 | 49 | - |
| CMYK | 0 | 0.69 | 0.54 | 0.58 |
| HSL | 346.85º | 0.53% | 0.27% | - |
| HSV(B) | 346.85º | 0.69% | 0.42% | - |
| XYZ | 7.04 | 4.37 | 3.38 | - |
| YUV | 56.65 | 123.68 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 33 | 49 | 0 | 0.69 | 0.54 | 0.58 | 346.85 | 0.53 | 0.27 |
| Hex | 6A | 21 | 31 | 0 | 45 | 36 | 3A | 15B | 35 | 1B |
| Octal | 152 | 41 | 61 | 0 | 105 | 66 | 72 | 533 | 65 | 33 |
| Binary | 1101010 | 100001 | 110001 | 0 | 1000101 | 110110 | 111010 | 101011011 | 110101 | 11011 |
Color Harmonies of #6A2131
Complementary color
Monochromatic Colors of #6A2131
Black with #6A2131
Text Example
Text Example
White with #6A2131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2131; }
p { color: rgb(106,33,49); }
H1.HeaderClassName
{
color: #6A2131;
}
.AnyTagClassName
{
color: #6A2131;
}
</style>
background-color css
<style>
a { background-color: #6A2131; }
a { background-color: rgb(106,33,49); }
div.DivClassName
{
background-color: #6A2131;
}
.BgClassName
{
background-color: #6A2131;
}
</style>
border-color css
<style>
span { border-color: #6A2131; }
span { border-color: rgb(106,33,49); }
td.TdClassName
{
border-color: #6A2131;
}
.TagClassName
{
border-color: #6A2131;
}
</style>