Shades of Claret #611A30
Tints of Claret #611A30
RGB
CMYK
RGB Variations
Color information
#611A30 (or 0x611A30) is known color: Claret. HEX triplet: 61, 1A and 30. RGB value is (97,26,48). Sum of RGB (Red+Green+Blue) = 97+26+48=171 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.73% from 171); Green value is 26 (10.55% from 255 or 15.20% from 171); Blue value is 48 (19.14% from 255 or 28.07% from 171); Max value from RGB is 97 - color contains mainly: red. Hex color #611A30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611A30 is #9EE5CF. Grayscale: #313131. Windows color (decimal): -10413520 or 3152481. OLE color: 3152481.
HSL color Cylindrical-coordinate representation of color #611A30: hue angle of 341.41º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #611A30 is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 26 | 48 | - |
| CMYK | 0 | 0.73 | 0.51 | 0.62 |
| HSL | 341.41º | 0.58% | 0.24% | - |
| HSV(B) | 341.41º | 0.73% | 0.38% | - |
| XYZ | 5.83 | 3.49 | 3.16 | - |
| YUV | 49.74 | 127.02 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 26 | 48 | 0 | 0.73 | 0.51 | 0.62 | 341.41 | 0.58 | 0.24 |
| Hex | 61 | 1A | 30 | 0 | 49 | 33 | 3E | 155 | 3A | 18 |
| Octal | 141 | 32 | 60 | 0 | 111 | 63 | 76 | 525 | 72 | 30 |
| Binary | 1100001 | 11010 | 110000 | 0 | 1001001 | 110011 | 111110 | 101010101 | 111010 | 11000 |
Color Harmonies of #611A30
Complementary color
Monochromatic Colors of #611A30
Black with #611A30
Text Example
Text Example
White with #611A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611A30; }
p { color: rgb(97,26,48); }
H1.HeaderClassName
{
color: #611A30;
}
.AnyTagClassName
{
color: #611A30;
}
</style>
background-color css
<style>
a { background-color: #611A30; }
a { background-color: rgb(97,26,48); }
div.DivClassName
{
background-color: #611A30;
}
.BgClassName
{
background-color: #611A30;
}
</style>
border-color css
<style>
span { border-color: #611A30; }
span { border-color: rgb(97,26,48); }
td.TdClassName
{
border-color: #611A30;
}
.TagClassName
{
border-color: #611A30;
}
</style>