Shades of Claret #5F1733
Tints of Claret #5F1733
RGB
CMYK
RGB Variations
Color information
#5F1733 (or 0x5F1733) is known color: Claret. HEX triplet: 5F, 17 and 33. RGB value is (95,23,51). Sum of RGB (Red+Green+Blue) = 95+23+51=169 (22% of max value = 765). Red value is 95 (37.5% from 255 or 56.21% from 169); Green value is 23 (9.38% from 255 or 13.61% from 169); Blue value is 51 (20.31% from 255 or 30.18% from 169); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1733 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F1733 is #A0E8CC. Grayscale: #2F2F2F. Windows color (decimal): -10545357 or 3348319. OLE color: 3348319.
HSL color Cylindrical-coordinate representation of color #5F1733: hue angle of 336.67º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5F1733 is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 23 | 51 | - |
| CMYK | 0 | 0.76 | 0.46 | 0.63 |
| HSL | 336.67º | 0.61% | 0.23% | - |
| HSV(B) | 336.67º | 0.76% | 0.37% | - |
| XYZ | 5.62 | 3.28 | 3.47 | - |
| YUV | 47.72 | 129.85 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 23 | 51 | 0 | 0.76 | 0.46 | 0.63 | 336.67 | 0.61 | 0.23 |
| Hex | 5F | 17 | 33 | 0 | 4C | 2E | 3F | 151 | 3D | 17 |
| Octal | 137 | 27 | 63 | 0 | 114 | 56 | 77 | 521 | 75 | 27 |
| Binary | 1011111 | 10111 | 110011 | 0 | 1001100 | 101110 | 111111 | 101010001 | 111101 | 10111 |
Color Harmonies of #5F1733
Complementary color
Monochromatic Colors of #5F1733
Black with #5F1733
Text Example
Text Example
White with #5F1733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1733; }
p { color: rgb(95,23,51); }
H1.HeaderClassName
{
color: #5F1733;
}
.AnyTagClassName
{
color: #5F1733;
}
</style>
background-color css
<style>
a { background-color: #5F1733; }
a { background-color: rgb(95,23,51); }
div.DivClassName
{
background-color: #5F1733;
}
.BgClassName
{
background-color: #5F1733;
}
</style>
border-color css
<style>
span { border-color: #5F1733; }
span { border-color: rgb(95,23,51); }
td.TdClassName
{
border-color: #5F1733;
}
.TagClassName
{
border-color: #5F1733;
}
</style>