Shades of Claret #7B193B
Tints of Claret #7B193B
RGB
CMYK
RGB Variations
Color information
#7B193B (or 0x7B193B) is known color: Claret. HEX triplet: 7B, 19 and 3B. RGB value is (123,25,59). Sum of RGB (Red+Green+Blue) = 123+25+59=207 (27% of max value = 765). Red value is 123 (48.44% from 255 or 59.42% from 207); Green value is 25 (10.16% from 255 or 12.08% from 207); Blue value is 59 (23.44% from 255 or 28.50% from 207); Max value from RGB is 123 - color contains mainly: red. Hex color #7B193B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B193B is #84E6C4. Grayscale: #3A3A3A. Windows color (decimal): -8709829 or 3873147. OLE color: 3873147.
HSL color Cylindrical-coordinate representation of color #7B193B: hue angle of 339.18º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7B193B is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 25 | 59 | - |
| CMYK | 0 | 0.80 | 0.52 | 0.52 |
| HSL | 339.18º | 0.66% | 0.29% | - |
| HSV(B) | 339.18º | 0.8% | 0.48% | - |
| XYZ | 9.31 | 5.22 | 4.66 | - |
| YUV | 58.18 | 128.47 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 25 | 59 | 0 | 0.80 | 0.52 | 0.52 | 339.18 | 0.66 | 0.29 |
| Hex | 7B | 19 | 3B | 0 | 50 | 34 | 34 | 153 | 42 | 1D |
| Octal | 173 | 31 | 73 | 0 | 120 | 64 | 64 | 523 | 102 | 35 |
| Binary | 1111011 | 11001 | 111011 | 0 | 1010000 | 110100 | 110100 | 101010011 | 1000010 | 11101 |
Color Harmonies of #7B193B
Complementary color
Monochromatic Colors of #7B193B
Black with #7B193B
Text Example
Text Example
White with #7B193B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B193B; }
p { color: rgb(123,25,59); }
H1.HeaderClassName
{
color: #7B193B;
}
.AnyTagClassName
{
color: #7B193B;
}
</style>
background-color css
<style>
a { background-color: #7B193B; }
a { background-color: rgb(123,25,59); }
div.DivClassName
{
background-color: #7B193B;
}
.BgClassName
{
background-color: #7B193B;
}
</style>
border-color css
<style>
span { border-color: #7B193B; }
span { border-color: rgb(123,25,59); }
td.TdClassName
{
border-color: #7B193B;
}
.TagClassName
{
border-color: #7B193B;
}
</style>