Shades of Claret #7B1934
Tints of Claret #7B1934
RGB
CMYK
RGB Variations
Color information
#7B1934 (or 0x7B1934) is known color: Claret. HEX triplet: 7B, 19 and 34. RGB value is (123,25,52). Sum of RGB (Red+Green+Blue) = 123+25+52=200 (26% of max value = 765). Red value is 123 (48.44% from 255 or 61.5% from 200); Green value is 25 (10.16% from 255 or 12.5% from 200); Blue value is 52 (20.70% from 255 or 26% from 200); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1934 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B1934 is #84E6CB. Grayscale: #393939. Windows color (decimal): -8709836 or 3414395. OLE color: 3414395.
HSL color Cylindrical-coordinate representation of color #7B1934: hue angle of 343.47º 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 #7B1934 is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 25 | 52 | - |
| CMYK | 0 | 0.80 | 0.58 | 0.52 |
| HSL | 343.47º | 0.66% | 0.29% | - |
| HSV(B) | 343.47º | 0.8% | 0.48% | - |
| XYZ | 9.14 | 5.15 | 3.76 | - |
| YUV | 57.38 | 124.97 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 25 | 52 | 0 | 0.80 | 0.58 | 0.52 | 343.47 | 0.66 | 0.29 |
| Hex | 7B | 19 | 34 | 0 | 50 | 3A | 34 | 157 | 42 | 1D |
| Octal | 173 | 31 | 64 | 0 | 120 | 72 | 64 | 527 | 102 | 35 |
| Binary | 1111011 | 11001 | 110100 | 0 | 1010000 | 111010 | 110100 | 101010111 | 1000010 | 11101 |
Color Harmonies of #7B1934
Complementary color
Monochromatic Colors of #7B1934
Black with #7B1934
Text Example
Text Example
White with #7B1934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1934; }
p { color: rgb(123,25,52); }
H1.HeaderClassName
{
color: #7B1934;
}
.AnyTagClassName
{
color: #7B1934;
}
</style>
background-color css
<style>
a { background-color: #7B1934; }
a { background-color: rgb(123,25,52); }
div.DivClassName
{
background-color: #7B1934;
}
.BgClassName
{
background-color: #7B1934;
}
</style>
border-color css
<style>
span { border-color: #7B1934; }
span { border-color: rgb(123,25,52); }
td.TdClassName
{
border-color: #7B1934;
}
.TagClassName
{
border-color: #7B1934;
}
</style>