Shades of Claret #601D33
Tints of Claret #601D33
RGB
CMYK
RGB Variations
Color information
#601D33 (or 0x601D33) is known color: Claret. HEX triplet: 60, 1D and 33. RGB value is (96,29,51). Sum of RGB (Red+Green+Blue) = 96+29+51=176 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.55% from 176); Green value is 29 (11.72% from 255 or 16.48% from 176); Blue value is 51 (20.31% from 255 or 28.98% from 176); Max value from RGB is 96 - color contains mainly: red. Hex color #601D33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601D33 is #9FE2CC. Grayscale: #333333. Windows color (decimal): -10478285 or 3349856. OLE color: 3349856.
HSL color Cylindrical-coordinate representation of color #601D33: hue angle of 340.3º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #601D33 is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 29 | 51 | - |
| CMYK | 0 | 0.70 | 0.47 | 0.62 |
| HSL | 340.3º | 0.54% | 0.25% | - |
| HSV(B) | 340.3º | 0.7% | 0.38% | - |
| XYZ | 5.86 | 3.6 | 3.52 | - |
| YUV | 51.54 | 127.7 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 29 | 51 | 0 | 0.70 | 0.47 | 0.62 | 340.3 | 0.54 | 0.25 |
| Hex | 60 | 1D | 33 | 0 | 46 | 2F | 3E | 154 | 36 | 19 |
| Octal | 140 | 35 | 63 | 0 | 106 | 57 | 76 | 524 | 66 | 31 |
| Binary | 1100000 | 11101 | 110011 | 0 | 1000110 | 101111 | 111110 | 101010100 | 110110 | 11001 |
Color Harmonies of #601D33
Complementary color
Monochromatic Colors of #601D33
Black with #601D33
Text Example
Text Example
White with #601D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601D33; }
p { color: rgb(96,29,51); }
H1.HeaderClassName
{
color: #601D33;
}
.AnyTagClassName
{
color: #601D33;
}
</style>
background-color css
<style>
a { background-color: #601D33; }
a { background-color: rgb(96,29,51); }
div.DivClassName
{
background-color: #601D33;
}
.BgClassName
{
background-color: #601D33;
}
</style>
border-color css
<style>
span { border-color: #601D33; }
span { border-color: rgb(96,29,51); }
td.TdClassName
{
border-color: #601D33;
}
.TagClassName
{
border-color: #601D33;
}
</style>