Shades of Claret #601C30
Tints of Claret #601C30
RGB
CMYK
RGB Variations
Color information
#601C30 (or 0x601C30) is known color: Claret. HEX triplet: 60, 1C and 30. RGB value is (96,28,48). Sum of RGB (Red+Green+Blue) = 96+28+48=172 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.81% from 172); Green value is 28 (11.33% from 255 or 16.28% from 172); Blue value is 48 (19.14% from 255 or 27.91% from 172); Max value from RGB is 96 - color contains mainly: red. Hex color #601C30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601C30 is #9FE3CF. Grayscale: #323232. Windows color (decimal): -10478544 or 3152992. OLE color: 3152992.
HSL color Cylindrical-coordinate representation of color #601C30: hue angle of 342.35º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #601C30 is Cyan = 0, Magento = 0.71, Yellow = 0.50 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 28 | 48 | - |
| CMYK | 0 | 0.71 | 0.50 | 0.62 |
| HSL | 342.35º | 0.55% | 0.24% | - |
| HSV(B) | 342.35º | 0.71% | 0.38% | - |
| XYZ | 5.77 | 3.53 | 3.17 | - |
| YUV | 50.61 | 126.53 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 28 | 48 | 0 | 0.71 | 0.50 | 0.62 | 342.35 | 0.55 | 0.24 |
| Hex | 60 | 1C | 30 | 0 | 47 | 32 | 3E | 156 | 37 | 18 |
| Octal | 140 | 34 | 60 | 0 | 107 | 62 | 76 | 526 | 67 | 30 |
| Binary | 1100000 | 11100 | 110000 | 0 | 1000111 | 110010 | 111110 | 101010110 | 110111 | 11000 |
Color Harmonies of #601C30
Complementary color
Monochromatic Colors of #601C30
Black with #601C30
Text Example
Text Example
White with #601C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601C30; }
p { color: rgb(96,28,48); }
H1.HeaderClassName
{
color: #601C30;
}
.AnyTagClassName
{
color: #601C30;
}
</style>
background-color css
<style>
a { background-color: #601C30; }
a { background-color: rgb(96,28,48); }
div.DivClassName
{
background-color: #601C30;
}
.BgClassName
{
background-color: #601C30;
}
</style>
border-color css
<style>
span { border-color: #601C30; }
span { border-color: rgb(96,28,48); }
td.TdClassName
{
border-color: #601C30;
}
.TagClassName
{
border-color: #601C30;
}
</style>