Shades of Claret #611E32
Tints of Claret #611E32
RGB
CMYK
RGB Variations
Color information
#611E32 (or 0x611E32) is known color: Claret. HEX triplet: 61, 1E and 32. RGB value is (97,30,50). Sum of RGB (Red+Green+Blue) = 97+30+50=177 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.80% from 177); Green value is 30 (12.11% from 255 or 16.95% from 177); Blue value is 50 (19.92% from 255 or 28.25% from 177); Max value from RGB is 97 - color contains mainly: red. Hex color #611E32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611E32 is #9EE1CD. Grayscale: #343434. Windows color (decimal): -10412494 or 3284577. OLE color: 3284577.
HSL color Cylindrical-coordinate representation of color #611E32: hue angle of 342.09º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #611E32 is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 30 | 50 | - |
| CMYK | 0 | 0.69 | 0.48 | 0.62 |
| HSL | 342.09º | 0.53% | 0.25% | - |
| HSV(B) | 342.09º | 0.69% | 0.38% | - |
| XYZ | 5.97 | 3.7 | 3.42 | - |
| YUV | 52.31 | 126.7 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 30 | 50 | 0 | 0.69 | 0.48 | 0.62 | 342.09 | 0.53 | 0.25 |
| Hex | 61 | 1E | 32 | 0 | 45 | 30 | 3E | 156 | 35 | 19 |
| Octal | 141 | 36 | 62 | 0 | 105 | 60 | 76 | 526 | 65 | 31 |
| Binary | 1100001 | 11110 | 110010 | 0 | 1000101 | 110000 | 111110 | 101010110 | 110101 | 11001 |
Color Harmonies of #611E32
Complementary color
Monochromatic Colors of #611E32
Black with #611E32
Text Example
Text Example
White with #611E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611E32; }
p { color: rgb(97,30,50); }
H1.HeaderClassName
{
color: #611E32;
}
.AnyTagClassName
{
color: #611E32;
}
</style>
background-color css
<style>
a { background-color: #611E32; }
a { background-color: rgb(97,30,50); }
div.DivClassName
{
background-color: #611E32;
}
.BgClassName
{
background-color: #611E32;
}
</style>
border-color css
<style>
span { border-color: #611E32; }
span { border-color: rgb(97,30,50); }
td.TdClassName
{
border-color: #611E32;
}
.TagClassName
{
border-color: #611E32;
}
</style>