Shades of Claret #7B1730
Tints of Claret #7B1730
RGB
CMYK
RGB Variations
Color information
#7B1730 (or 0x7B1730) is known color: Claret. HEX triplet: 7B, 17 and 30. RGB value is (123,23,48). Sum of RGB (Red+Green+Blue) = 123+23+48=194 (25% of max value = 765). Red value is 123 (48.44% from 255 or 63.40% from 194); Green value is 23 (9.38% from 255 or 11.86% from 194); Blue value is 48 (19.14% from 255 or 24.74% from 194); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1730 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B1730 is #84E8CF. Grayscale: #373737. Windows color (decimal): -8710352 or 3151739. OLE color: 3151739.
HSL color Cylindrical-coordinate representation of color #7B1730: hue angle of 345º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7B1730 is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 23 | 48 | - |
| CMYK | 0 | 0.81 | 0.61 | 0.52 |
| HSL | 345º | 0.68% | 0.29% | - |
| HSV(B) | 345º | 0.81% | 0.48% | - |
| XYZ | 9.01 | 5.04 | 3.29 | - |
| YUV | 55.75 | 123.63 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 23 | 48 | 0 | 0.81 | 0.61 | 0.52 | 345 | 0.68 | 0.29 |
| Hex | 7B | 17 | 30 | 0 | 51 | 3D | 34 | 159 | 44 | 1D |
| Octal | 173 | 27 | 60 | 0 | 121 | 75 | 64 | 531 | 104 | 35 |
| Binary | 1111011 | 10111 | 110000 | 0 | 1010001 | 111101 | 110100 | 101011001 | 1000100 | 11101 |
Color Harmonies of #7B1730
Complementary color
Monochromatic Colors of #7B1730
Black with #7B1730
Text Example
Text Example
White with #7B1730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1730; }
p { color: rgb(123,23,48); }
H1.HeaderClassName
{
color: #7B1730;
}
.AnyTagClassName
{
color: #7B1730;
}
</style>
background-color css
<style>
a { background-color: #7B1730; }
a { background-color: rgb(123,23,48); }
div.DivClassName
{
background-color: #7B1730;
}
.BgClassName
{
background-color: #7B1730;
}
</style>
border-color css
<style>
span { border-color: #7B1730; }
span { border-color: rgb(123,23,48); }
td.TdClassName
{
border-color: #7B1730;
}
.TagClassName
{
border-color: #7B1730;
}
</style>