Shades of Claret #611D31
Tints of Claret #611D31
RGB
CMYK
RGB Variations
Color information
#611D31 (or 0x611D31) is known color: Claret. HEX triplet: 61, 1D and 31. RGB value is (97,29,49). Sum of RGB (Red+Green+Blue) = 97+29+49=175 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.43% from 175); Green value is 29 (11.72% from 255 or 16.57% from 175); Blue value is 49 (19.53% from 255 or 28% from 175); Max value from RGB is 97 - color contains mainly: red. Hex color #611D31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611D31 is #9EE2CE. Grayscale: #333333. Windows color (decimal): -10412751 or 3218785. OLE color: 3218785.
HSL color Cylindrical-coordinate representation of color #611D31: hue angle of 342.35º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #611D31 is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 29 | 49 | - |
| CMYK | 0 | 0.70 | 0.49 | 0.62 |
| HSL | 342.35º | 0.54% | 0.25% | - |
| HSV(B) | 342.35º | 0.7% | 0.38% | - |
| XYZ | 5.92 | 3.64 | 3.3 | - |
| YUV | 51.61 | 126.53 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 29 | 49 | 0 | 0.70 | 0.49 | 0.62 | 342.35 | 0.54 | 0.25 |
| Hex | 61 | 1D | 31 | 0 | 46 | 31 | 3E | 156 | 36 | 19 |
| Octal | 141 | 35 | 61 | 0 | 106 | 61 | 76 | 526 | 66 | 31 |
| Binary | 1100001 | 11101 | 110001 | 0 | 1000110 | 110001 | 111110 | 101010110 | 110110 | 11001 |
Color Harmonies of #611D31
Complementary color
Monochromatic Colors of #611D31
Black with #611D31
Text Example
Text Example
White with #611D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611D31; }
p { color: rgb(97,29,49); }
H1.HeaderClassName
{
color: #611D31;
}
.AnyTagClassName
{
color: #611D31;
}
</style>
background-color css
<style>
a { background-color: #611D31; }
a { background-color: rgb(97,29,49); }
div.DivClassName
{
background-color: #611D31;
}
.BgClassName
{
background-color: #611D31;
}
</style>
border-color css
<style>
span { border-color: #611D31; }
span { border-color: rgb(97,29,49); }
td.TdClassName
{
border-color: #611D31;
}
.TagClassName
{
border-color: #611D31;
}
</style>