Shades of Claret #6A1F31
Tints of Claret #6A1F31
RGB
CMYK
RGB Variations
Color information
#6A1F31 (or 0x6A1F31) is known color: Claret. HEX triplet: 6A, 1F and 31. RGB value is (106,31,49). Sum of RGB (Red+Green+Blue) = 106+31+49=186 (24% of max value = 765). Red value is 106 (41.80% from 255 or 56.99% from 186); Green value is 31 (12.5% from 255 or 16.67% from 186); Blue value is 49 (19.53% from 255 or 26.34% from 186); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1F31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A1F31 is #95E0CE. Grayscale: #373737. Windows color (decimal): -9822415 or 3219306. OLE color: 3219306.
HSL color Cylindrical-coordinate representation of color #6A1F31: hue angle of 345.6º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6A1F31 is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 31 | 49 | - |
| CMYK | 0 | 0.71 | 0.54 | 0.58 |
| HSL | 345.6º | 0.55% | 0.27% | - |
| HSV(B) | 345.6º | 0.71% | 0.42% | - |
| XYZ | 6.99 | 4.27 | 3.36 | - |
| YUV | 55.48 | 124.35 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 31 | 49 | 0 | 0.71 | 0.54 | 0.58 | 345.6 | 0.55 | 0.27 |
| Hex | 6A | 1F | 31 | 0 | 47 | 36 | 3A | 15A | 37 | 1B |
| Octal | 152 | 37 | 61 | 0 | 107 | 66 | 72 | 532 | 67 | 33 |
| Binary | 1101010 | 11111 | 110001 | 0 | 1000111 | 110110 | 111010 | 101011010 | 110111 | 11011 |
Color Harmonies of #6A1F31
Complementary color
Monochromatic Colors of #6A1F31
Black with #6A1F31
Text Example
Text Example
White with #6A1F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1F31; }
p { color: rgb(106,31,49); }
H1.HeaderClassName
{
color: #6A1F31;
}
.AnyTagClassName
{
color: #6A1F31;
}
</style>
background-color css
<style>
a { background-color: #6A1F31; }
a { background-color: rgb(106,31,49); }
div.DivClassName
{
background-color: #6A1F31;
}
.BgClassName
{
background-color: #6A1F31;
}
</style>
border-color css
<style>
span { border-color: #6A1F31; }
span { border-color: rgb(106,31,49); }
td.TdClassName
{
border-color: #6A1F31;
}
.TagClassName
{
border-color: #6A1F31;
}
</style>