Shades of Claret #7B1637
Tints of Claret #7B1637
RGB
CMYK
RGB Variations
Color information
#7B1637 (or 0x7B1637) is known color: Claret. HEX triplet: 7B, 16 and 37. RGB value is (123,22,55). Sum of RGB (Red+Green+Blue) = 123+22+55=200 (26% of max value = 765). Red value is 123 (48.44% from 255 or 61.5% from 200); Green value is 22 (8.98% from 255 or 11% from 200); Blue value is 55 (21.88% from 255 or 27.5% from 200); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1637 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B1637 is #84E9C8. Grayscale: #373737. Windows color (decimal): -8710601 or 3610235. OLE color: 3610235.
HSL color Cylindrical-coordinate representation of color #7B1637: hue angle of 340.4º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7B1637 is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 22 | 55 | - |
| CMYK | 0 | 0.82 | 0.55 | 0.52 |
| HSL | 340.4º | 0.7% | 0.28% | - |
| HSV(B) | 340.4º | 0.82% | 0.48% | - |
| XYZ | 9.14 | 5.06 | 4.11 | - |
| YUV | 55.96 | 127.46 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 22 | 55 | 0 | 0.82 | 0.55 | 0.52 | 340.4 | 0.7 | 0.28 |
| Hex | 7B | 16 | 37 | 0 | 52 | 37 | 34 | 154 | 46 | 1C |
| Octal | 173 | 26 | 67 | 0 | 122 | 67 | 64 | 524 | 106 | 34 |
| Binary | 1111011 | 10110 | 110111 | 0 | 1010010 | 110111 | 110100 | 101010100 | 1000110 | 11100 |
Color Harmonies of #7B1637
Complementary color
Monochromatic Colors of #7B1637
Black with #7B1637
Text Example
Text Example
White with #7B1637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1637; }
p { color: rgb(123,22,55); }
H1.HeaderClassName
{
color: #7B1637;
}
.AnyTagClassName
{
color: #7B1637;
}
</style>
background-color css
<style>
a { background-color: #7B1637; }
a { background-color: rgb(123,22,55); }
div.DivClassName
{
background-color: #7B1637;
}
.BgClassName
{
background-color: #7B1637;
}
</style>
border-color css
<style>
span { border-color: #7B1637; }
span { border-color: rgb(123,22,55); }
td.TdClassName
{
border-color: #7B1637;
}
.TagClassName
{
border-color: #7B1637;
}
</style>