Shades of Claret #611330
Tints of Claret #611330
RGB
CMYK
RGB Variations
Color information
#611330 (or 0x611330) is known color: Claret. HEX triplet: 61, 13 and 30. RGB value is (97,19,48). Sum of RGB (Red+Green+Blue) = 97+19+48=164 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.15% from 164); Green value is 19 (7.81% from 255 or 11.59% from 164); Blue value is 48 (19.14% from 255 or 29.27% from 164); Max value from RGB is 97 - color contains mainly: red. Hex color #611330 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611330 is #9EECCF. Grayscale: #2D2D2D. Windows color (decimal): -10415312 or 3150689. OLE color: 3150689.
HSL color Cylindrical-coordinate representation of color #611330: hue angle of 337.69º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #611330 is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 19 | 48 | - |
| CMYK | 0 | 0.80 | 0.51 | 0.62 |
| HSL | 337.69º | 0.67% | 0.23% | - |
| HSV(B) | 337.69º | 0.8% | 0.38% | - |
| XYZ | 5.7 | 3.22 | 3.12 | - |
| YUV | 45.63 | 129.34 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 19 | 48 | 0 | 0.80 | 0.51 | 0.62 | 337.69 | 0.67 | 0.23 |
| Hex | 61 | 13 | 30 | 0 | 50 | 33 | 3E | 152 | 43 | 17 |
| Octal | 141 | 23 | 60 | 0 | 120 | 63 | 76 | 522 | 103 | 27 |
| Binary | 1100001 | 10011 | 110000 | 0 | 1010000 | 110011 | 111110 | 101010010 | 1000011 | 10111 |
Color Harmonies of #611330
Complementary color
Monochromatic Colors of #611330
Black with #611330
Text Example
Text Example
White with #611330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611330; }
p { color: rgb(97,19,48); }
H1.HeaderClassName
{
color: #611330;
}
.AnyTagClassName
{
color: #611330;
}
</style>
background-color css
<style>
a { background-color: #611330; }
a { background-color: rgb(97,19,48); }
div.DivClassName
{
background-color: #611330;
}
.BgClassName
{
background-color: #611330;
}
</style>
border-color css
<style>
span { border-color: #611330; }
span { border-color: rgb(97,19,48); }
td.TdClassName
{
border-color: #611330;
}
.TagClassName
{
border-color: #611330;
}
</style>