Shades of Claret #7B193A
Tints of Claret #7B193A
RGB
CMYK
RGB Variations
Color information
#7B193A (or 0x7B193A) is known color: Claret. HEX triplet: 7B, 19 and 3A. RGB value is (123,25,58). Sum of RGB (Red+Green+Blue) = 123+25+58=206 (27% of max value = 765). Red value is 123 (48.44% from 255 or 59.71% from 206); Green value is 25 (10.16% from 255 or 12.14% from 206); Blue value is 58 (23.05% from 255 or 28.16% from 206); Max value from RGB is 123 - color contains mainly: red. Hex color #7B193A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B193A is #84E6C5. Grayscale: #3A3A3A. Windows color (decimal): -8709830 or 3807611. OLE color: 3807611.
HSL color Cylindrical-coordinate representation of color #7B193A: hue angle of 339.8º 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 #7B193A is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 25 | 58 | - |
| CMYK | 0 | 0.80 | 0.53 | 0.52 |
| HSL | 339.8º | 0.66% | 0.29% | - |
| HSV(B) | 339.8º | 0.8% | 0.48% | - |
| XYZ | 9.28 | 5.21 | 4.52 | - |
| YUV | 58.06 | 127.97 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 25 | 58 | 0 | 0.80 | 0.53 | 0.52 | 339.8 | 0.66 | 0.29 |
| Hex | 7B | 19 | 3A | 0 | 50 | 35 | 34 | 154 | 42 | 1D |
| Octal | 173 | 31 | 72 | 0 | 120 | 65 | 64 | 524 | 102 | 35 |
| Binary | 1111011 | 11001 | 111010 | 0 | 1010000 | 110101 | 110100 | 101010100 | 1000010 | 11101 |
Color Harmonies of #7B193A
Complementary color
Monochromatic Colors of #7B193A
Black with #7B193A
Text Example
Text Example
White with #7B193A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B193A; }
p { color: rgb(123,25,58); }
H1.HeaderClassName
{
color: #7B193A;
}
.AnyTagClassName
{
color: #7B193A;
}
</style>
background-color css
<style>
a { background-color: #7B193A; }
a { background-color: rgb(123,25,58); }
div.DivClassName
{
background-color: #7B193A;
}
.BgClassName
{
background-color: #7B193A;
}
</style>
border-color css
<style>
span { border-color: #7B193A; }
span { border-color: rgb(123,25,58); }
td.TdClassName
{
border-color: #7B193A;
}
.TagClassName
{
border-color: #7B193A;
}
</style>