Shades of Claret #601630
Tints of Claret #601630
RGB
CMYK
RGB Variations
Color information
#601630 (or 0x601630) is known color: Claret. HEX triplet: 60, 16 and 30. RGB value is (96,22,48). Sum of RGB (Red+Green+Blue) = 96+22+48=166 (21% of max value = 765). Red value is 96 (37.89% from 255 or 57.83% from 166); Green value is 22 (8.98% from 255 or 13.25% from 166); Blue value is 48 (19.14% from 255 or 28.92% from 166); Max value from RGB is 96 - color contains mainly: red. Hex color #601630 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601630 is #9FE9CF. Grayscale: #2F2F2F. Windows color (decimal): -10480080 or 3151456. OLE color: 3151456.
HSL color Cylindrical-coordinate representation of color #601630: hue angle of 338.92º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #601630 is Cyan = 0, Magento = 0.77, Yellow = 0.50 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 22 | 48 | - |
| CMYK | 0 | 0.77 | 0.50 | 0.62 |
| HSL | 338.92º | 0.63% | 0.23% | - |
| HSV(B) | 338.92º | 0.77% | 0.38% | - |
| XYZ | 5.64 | 3.27 | 3.13 | - |
| YUV | 47.09 | 128.52 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 22 | 48 | 0 | 0.77 | 0.50 | 0.62 | 338.92 | 0.63 | 0.23 |
| Hex | 60 | 16 | 30 | 0 | 4D | 32 | 3E | 153 | 3F | 17 |
| Octal | 140 | 26 | 60 | 0 | 115 | 62 | 76 | 523 | 77 | 27 |
| Binary | 1100000 | 10110 | 110000 | 0 | 1001101 | 110010 | 111110 | 101010011 | 111111 | 10111 |
Color Harmonies of #601630
Complementary color
Monochromatic Colors of #601630
Black with #601630
Text Example
Text Example
White with #601630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601630; }
p { color: rgb(96,22,48); }
H1.HeaderClassName
{
color: #601630;
}
.AnyTagClassName
{
color: #601630;
}
</style>
background-color css
<style>
a { background-color: #601630; }
a { background-color: rgb(96,22,48); }
div.DivClassName
{
background-color: #601630;
}
.BgClassName
{
background-color: #601630;
}
</style>
border-color css
<style>
span { border-color: #601630; }
span { border-color: rgb(96,22,48); }
td.TdClassName
{
border-color: #601630;
}
.TagClassName
{
border-color: #601630;
}
</style>