Shades of Claret #7B1E35
Tints of Claret #7B1E35
RGB
CMYK
RGB Variations
Color information
#7B1E35 (or 0x7B1E35) is known color: Claret. HEX triplet: 7B, 1E and 35. RGB value is (123,30,53). Sum of RGB (Red+Green+Blue) = 123+30+53=206 (27% of max value = 765). Red value is 123 (48.44% from 255 or 59.71% from 206); Green value is 30 (12.11% from 255 or 14.56% from 206); Blue value is 53 (21.09% from 255 or 25.73% from 206); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1E35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B1E35 is #84E1CA. Grayscale: #3C3C3C. Windows color (decimal): -8708555 or 3481211. OLE color: 3481211.
HSL color Cylindrical-coordinate representation of color #7B1E35: hue angle of 345.16º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7B1E35 is Cyan = 0, Magento = 0.76, Yellow = 0.57 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 30 | 53 | - |
| CMYK | 0 | 0.76 | 0.57 | 0.52 |
| HSL | 345.16º | 0.61% | 0.3% | - |
| HSV(B) | 345.16º | 0.76% | 0.48% | - |
| XYZ | 9.28 | 5.4 | 3.92 | - |
| YUV | 60.43 | 123.81 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 30 | 53 | 0 | 0.76 | 0.57 | 0.52 | 345.16 | 0.61 | 0.3 |
| Hex | 7B | 1E | 35 | 0 | 4C | 39 | 34 | 159 | 3D | 1E |
| Octal | 173 | 36 | 65 | 0 | 114 | 71 | 64 | 531 | 75 | 36 |
| Binary | 1111011 | 11110 | 110101 | 0 | 1001100 | 111001 | 110100 | 101011001 | 111101 | 11110 |
Color Harmonies of #7B1E35
Complementary color
Monochromatic Colors of #7B1E35
Black with #7B1E35
Text Example
Text Example
White with #7B1E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1E35; }
p { color: rgb(123,30,53); }
H1.HeaderClassName
{
color: #7B1E35;
}
.AnyTagClassName
{
color: #7B1E35;
}
</style>
background-color css
<style>
a { background-color: #7B1E35; }
a { background-color: rgb(123,30,53); }
div.DivClassName
{
background-color: #7B1E35;
}
.BgClassName
{
background-color: #7B1E35;
}
</style>
border-color css
<style>
span { border-color: #7B1E35; }
span { border-color: rgb(123,30,53); }
td.TdClassName
{
border-color: #7B1E35;
}
.TagClassName
{
border-color: #7B1E35;
}
</style>