Shades of Claret #7B1137
Tints of Claret #7B1137
RGB
CMYK
RGB Variations
Color information
#7B1137 (or 0x7B1137) is known color: Claret. HEX triplet: 7B, 11 and 37. RGB value is (123,17,55). Sum of RGB (Red+Green+Blue) = 123+17+55=195 (25% of max value = 765). Red value is 123 (48.44% from 255 or 63.08% from 195); Green value is 17 (7.03% from 255 or 8.72% from 195); Blue value is 55 (21.88% from 255 or 28.21% from 195); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1137 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B1137 is #84EEC8. Grayscale: #343434. Windows color (decimal): -8711881 or 3608955. OLE color: 3608955.
HSL color Cylindrical-coordinate representation of color #7B1137: hue angle of 338.49º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7B1137 is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 17 | 55 | - |
| CMYK | 0 | 0.86 | 0.55 | 0.52 |
| HSL | 338.49º | 0.76% | 0.27% | - |
| HSV(B) | 338.49º | 0.86% | 0.48% | - |
| XYZ | 9.06 | 4.89 | 4.08 | - |
| YUV | 53.03 | 129.12 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 17 | 55 | 0 | 0.86 | 0.55 | 0.52 | 338.49 | 0.76 | 0.27 |
| Hex | 7B | 11 | 37 | 0 | 56 | 37 | 34 | 152 | 4C | 1B |
| Octal | 173 | 21 | 67 | 0 | 126 | 67 | 64 | 522 | 114 | 33 |
| Binary | 1111011 | 10001 | 110111 | 0 | 1010110 | 110111 | 110100 | 101010010 | 1001100 | 11011 |
Color Harmonies of #7B1137
Complementary color
Monochromatic Colors of #7B1137
Black with #7B1137
Text Example
Text Example
White with #7B1137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1137; }
p { color: rgb(123,17,55); }
H1.HeaderClassName
{
color: #7B1137;
}
.AnyTagClassName
{
color: #7B1137;
}
</style>
background-color css
<style>
a { background-color: #7B1137; }
a { background-color: rgb(123,17,55); }
div.DivClassName
{
background-color: #7B1137;
}
.BgClassName
{
background-color: #7B1137;
}
</style>
border-color css
<style>
span { border-color: #7B1137; }
span { border-color: rgb(123,17,55); }
td.TdClassName
{
border-color: #7B1137;
}
.TagClassName
{
border-color: #7B1137;
}
</style>