Shades of Claret #6A1831
Tints of Claret #6A1831
RGB
CMYK
RGB Variations
Color information
#6A1831 (or 0x6A1831) is known color: Claret. HEX triplet: 6A, 18 and 31. RGB value is (106,24,49). Sum of RGB (Red+Green+Blue) = 106+24+49=179 (23% of max value = 765). Red value is 106 (41.80% from 255 or 59.22% from 179); Green value is 24 (9.77% from 255 or 13.41% from 179); Blue value is 49 (19.53% from 255 or 27.37% from 179); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1831 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A1831 is #95E7CE. Grayscale: #333333. Windows color (decimal): -9824207 or 3217514. OLE color: 3217514.
HSL color Cylindrical-coordinate representation of color #6A1831: hue angle of 341.71º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6A1831 is Cyan = 0, Magento = 0.77, Yellow = 0.54 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 24 | 49 | - |
| CMYK | 0 | 0.77 | 0.54 | 0.58 |
| HSL | 341.71º | 0.63% | 0.25% | - |
| HSV(B) | 341.71º | 0.77% | 0.42% | - |
| XYZ | 6.82 | 3.94 | 3.31 | - |
| YUV | 51.37 | 126.67 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 24 | 49 | 0 | 0.77 | 0.54 | 0.58 | 341.71 | 0.63 | 0.25 |
| Hex | 6A | 18 | 31 | 0 | 4D | 36 | 3A | 156 | 3F | 19 |
| Octal | 152 | 30 | 61 | 0 | 115 | 66 | 72 | 526 | 77 | 31 |
| Binary | 1101010 | 11000 | 110001 | 0 | 1001101 | 110110 | 111010 | 101010110 | 111111 | 11001 |
Color Harmonies of #6A1831
Complementary color
Monochromatic Colors of #6A1831
Black with #6A1831
Text Example
Text Example
White with #6A1831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1831; }
p { color: rgb(106,24,49); }
H1.HeaderClassName
{
color: #6A1831;
}
.AnyTagClassName
{
color: #6A1831;
}
</style>
background-color css
<style>
a { background-color: #6A1831; }
a { background-color: rgb(106,24,49); }
div.DivClassName
{
background-color: #6A1831;
}
.BgClassName
{
background-color: #6A1831;
}
</style>
border-color css
<style>
span { border-color: #6A1831; }
span { border-color: rgb(106,24,49); }
td.TdClassName
{
border-color: #6A1831;
}
.TagClassName
{
border-color: #6A1831;
}
</style>