Shades of Claret #601733
Tints of Claret #601733
RGB
CMYK
RGB Variations
Color information
#601733 (or 0x601733) is known color: Claret. HEX triplet: 60, 17 and 33. RGB value is (96,23,51). Sum of RGB (Red+Green+Blue) = 96+23+51=170 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.47% from 170); Green value is 23 (9.38% from 255 or 13.53% from 170); Blue value is 51 (20.31% from 255 or 30% from 170); Max value from RGB is 96 - color contains mainly: red. Hex color #601733 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601733 is #9FE8CC. Grayscale: #2F2F2F. Windows color (decimal): -10479821 or 3348320. OLE color: 3348320.
HSL color Cylindrical-coordinate representation of color #601733: hue angle of 336.99º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #601733 is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 23 | 51 | - |
| CMYK | 0 | 0.76 | 0.47 | 0.62 |
| HSL | 336.99º | 0.61% | 0.23% | - |
| HSV(B) | 336.99º | 0.76% | 0.38% | - |
| XYZ | 5.73 | 3.34 | 3.47 | - |
| YUV | 48.02 | 129.68 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 23 | 51 | 0 | 0.76 | 0.47 | 0.62 | 336.99 | 0.61 | 0.23 |
| Hex | 60 | 17 | 33 | 0 | 4C | 2F | 3E | 151 | 3D | 17 |
| Octal | 140 | 27 | 63 | 0 | 114 | 57 | 76 | 521 | 75 | 27 |
| Binary | 1100000 | 10111 | 110011 | 0 | 1001100 | 101111 | 111110 | 101010001 | 111101 | 10111 |
Color Harmonies of #601733
Complementary color
Monochromatic Colors of #601733
Black with #601733
Text Example
Text Example
White with #601733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601733; }
p { color: rgb(96,23,51); }
H1.HeaderClassName
{
color: #601733;
}
.AnyTagClassName
{
color: #601733;
}
</style>
background-color css
<style>
a { background-color: #601733; }
a { background-color: rgb(96,23,51); }
div.DivClassName
{
background-color: #601733;
}
.BgClassName
{
background-color: #601733;
}
</style>
border-color css
<style>
span { border-color: #601733; }
span { border-color: rgb(96,23,51); }
td.TdClassName
{
border-color: #601733;
}
.TagClassName
{
border-color: #601733;
}
</style>