Shades of Claret #5E1632
Tints of Claret #5E1632
RGB
CMYK
RGB Variations
Color information
#5E1632 (or 0x5E1632) is known color: Claret. HEX triplet: 5E, 16 and 32. RGB value is (94,22,50). Sum of RGB (Red+Green+Blue) = 94+22+50=166 (21% of max value = 765). Red value is 94 (37.11% from 255 or 56.63% from 166); Green value is 22 (8.98% from 255 or 13.25% from 166); Blue value is 50 (19.92% from 255 or 30.12% from 166); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1632 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E1632 is #A1E9CD. Grayscale: #2E2E2E. Windows color (decimal): -10611150 or 3282526. OLE color: 3282526.
HSL color Cylindrical-coordinate representation of color #5E1632: hue angle of 336.67º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5E1632 is Cyan = 0, Magento = 0.77, Yellow = 0.47 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 22 | 50 | - |
| CMYK | 0 | 0.77 | 0.47 | 0.63 |
| HSL | 336.67º | 0.62% | 0.23% | - |
| HSV(B) | 336.67º | 0.77% | 0.37% | - |
| XYZ | 5.48 | 3.18 | 3.34 | - |
| YUV | 46.72 | 129.85 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 22 | 50 | 0 | 0.77 | 0.47 | 0.63 | 336.67 | 0.62 | 0.23 |
| Hex | 5E | 16 | 32 | 0 | 4D | 2F | 3F | 151 | 3E | 17 |
| Octal | 136 | 26 | 62 | 0 | 115 | 57 | 77 | 521 | 76 | 27 |
| Binary | 1011110 | 10110 | 110010 | 0 | 1001101 | 101111 | 111111 | 101010001 | 111110 | 10111 |
Color Harmonies of #5E1632
Complementary color
Monochromatic Colors of #5E1632
Black with #5E1632
Text Example
Text Example
White with #5E1632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1632; }
p { color: rgb(94,22,50); }
H1.HeaderClassName
{
color: #5E1632;
}
.AnyTagClassName
{
color: #5E1632;
}
</style>
background-color css
<style>
a { background-color: #5E1632; }
a { background-color: rgb(94,22,50); }
div.DivClassName
{
background-color: #5E1632;
}
.BgClassName
{
background-color: #5E1632;
}
</style>
border-color css
<style>
span { border-color: #5E1632; }
span { border-color: rgb(94,22,50); }
td.TdClassName
{
border-color: #5E1632;
}
.TagClassName
{
border-color: #5E1632;
}
</style>