Shades of Claret #612231
Tints of Claret #612231
RGB
CMYK
RGB Variations
Color information
#612231 (or 0x612231) is known color: Claret. HEX triplet: 61, 22 and 31. RGB value is (97,34,49). Sum of RGB (Red+Green+Blue) = 97+34+49=180 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.89% from 180); Green value is 34 (13.67% from 255 or 18.89% from 180); Blue value is 49 (19.53% from 255 or 27.22% from 180); Max value from RGB is 97 - color contains mainly: red. Hex color #612231 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612231 is #9EDDCE. Grayscale: #363636. Windows color (decimal): -10411471 or 3220065. OLE color: 3220065.
HSL color Cylindrical-coordinate representation of color #612231: hue angle of 345.71º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #612231 is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 34 | 49 | - |
| CMYK | 0 | 0.65 | 0.49 | 0.62 |
| HSL | 345.71º | 0.48% | 0.26% | - |
| HSV(B) | 345.71º | 0.65% | 0.38% | - |
| XYZ | 6.06 | 3.91 | 3.34 | - |
| YUV | 54.55 | 124.87 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 34 | 49 | 0 | 0.65 | 0.49 | 0.62 | 345.71 | 0.48 | 0.26 |
| Hex | 61 | 22 | 31 | 0 | 41 | 31 | 3E | 15A | 30 | 1A |
| Octal | 141 | 42 | 61 | 0 | 101 | 61 | 76 | 532 | 60 | 32 |
| Binary | 1100001 | 100010 | 110001 | 0 | 1000001 | 110001 | 111110 | 101011010 | 110000 | 11010 |
Color Harmonies of #612231
Complementary color
Monochromatic Colors of #612231
Black with #612231
Text Example
Text Example
White with #612231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612231; }
p { color: rgb(97,34,49); }
H1.HeaderClassName
{
color: #612231;
}
.AnyTagClassName
{
color: #612231;
}
</style>
background-color css
<style>
a { background-color: #612231; }
a { background-color: rgb(97,34,49); }
div.DivClassName
{
background-color: #612231;
}
.BgClassName
{
background-color: #612231;
}
</style>
border-color css
<style>
span { border-color: #612231; }
span { border-color: rgb(97,34,49); }
td.TdClassName
{
border-color: #612231;
}
.TagClassName
{
border-color: #612231;
}
</style>