Shades of Claret #7B1630
Tints of Claret #7B1630
RGB
CMYK
RGB Variations
Color information
#7B1630 (or 0x7B1630) is known color: Claret. HEX triplet: 7B, 16 and 30. RGB value is (123,22,48). Sum of RGB (Red+Green+Blue) = 123+22+48=193 (25% of max value = 765). Red value is 123 (48.44% from 255 or 63.73% from 193); Green value is 22 (8.98% from 255 or 11.40% from 193); Blue value is 48 (19.14% from 255 or 24.87% from 193); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1630 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B1630 is #84E9CF. Grayscale: #373737. Windows color (decimal): -8710608 or 3151483. OLE color: 3151483.
HSL color Cylindrical-coordinate representation of color #7B1630: hue angle of 344.55º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7B1630 is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 22 | 48 | - |
| CMYK | 0 | 0.82 | 0.61 | 0.52 |
| HSL | 344.55º | 0.7% | 0.28% | - |
| HSV(B) | 344.55º | 0.82% | 0.48% | - |
| XYZ | 8.99 | 5 | 3.29 | - |
| YUV | 55.16 | 123.96 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 22 | 48 | 0 | 0.82 | 0.61 | 0.52 | 344.55 | 0.7 | 0.28 |
| Hex | 7B | 16 | 30 | 0 | 52 | 3D | 34 | 159 | 46 | 1C |
| Octal | 173 | 26 | 60 | 0 | 122 | 75 | 64 | 531 | 106 | 34 |
| Binary | 1111011 | 10110 | 110000 | 0 | 1010010 | 111101 | 110100 | 101011001 | 1000110 | 11100 |
Color Harmonies of #7B1630
Complementary color
Monochromatic Colors of #7B1630
Black with #7B1630
Text Example
Text Example
White with #7B1630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1630; }
p { color: rgb(123,22,48); }
H1.HeaderClassName
{
color: #7B1630;
}
.AnyTagClassName
{
color: #7B1630;
}
</style>
background-color css
<style>
a { background-color: #7B1630; }
a { background-color: rgb(123,22,48); }
div.DivClassName
{
background-color: #7B1630;
}
.BgClassName
{
background-color: #7B1630;
}
</style>
border-color css
<style>
span { border-color: #7B1630; }
span { border-color: rgb(123,22,48); }
td.TdClassName
{
border-color: #7B1630;
}
.TagClassName
{
border-color: #7B1630;
}
</style>