Shades of Claret #7B173C
Tints of Claret #7B173C
RGB
CMYK
RGB Variations
Color information
#7B173C (or 0x7B173C) is known color: Claret. HEX triplet: 7B, 17 and 3C. RGB value is (123,23,60). Sum of RGB (Red+Green+Blue) = 123+23+60=206 (27% of max value = 765). Red value is 123 (48.44% from 255 or 59.71% from 206); Green value is 23 (9.38% from 255 or 11.17% from 206); Blue value is 60 (23.83% from 255 or 29.13% from 206); Max value from RGB is 123 - color contains mainly: red. Hex color #7B173C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B173C is #84E8C3. Grayscale: #393939. Windows color (decimal): -8710340 or 3938171. OLE color: 3938171.
HSL color Cylindrical-coordinate representation of color #7B173C: hue angle of 337.8º 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 #7B173C is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 23 | 60 | - |
| CMYK | 0 | 0.81 | 0.51 | 0.52 |
| HSL | 337.8º | 0.68% | 0.29% | - |
| HSV(B) | 337.8º | 0.81% | 0.48% | - |
| XYZ | 9.29 | 5.15 | 4.78 | - |
| YUV | 57.12 | 129.63 | 174.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 23 | 60 | 0 | 0.81 | 0.51 | 0.52 | 337.8 | 0.68 | 0.29 |
| Hex | 7B | 17 | 3C | 0 | 51 | 33 | 34 | 152 | 44 | 1D |
| Octal | 173 | 27 | 74 | 0 | 121 | 63 | 64 | 522 | 104 | 35 |
| Binary | 1111011 | 10111 | 111100 | 0 | 1010001 | 110011 | 110100 | 101010010 | 1000100 | 11101 |
Color Harmonies of #7B173C
Complementary color
Monochromatic Colors of #7B173C
Black with #7B173C
Text Example
Text Example
White with #7B173C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B173C; }
p { color: rgb(123,23,60); }
H1.HeaderClassName
{
color: #7B173C;
}
.AnyTagClassName
{
color: #7B173C;
}
</style>
background-color css
<style>
a { background-color: #7B173C; }
a { background-color: rgb(123,23,60); }
div.DivClassName
{
background-color: #7B173C;
}
.BgClassName
{
background-color: #7B173C;
}
</style>
border-color css
<style>
span { border-color: #7B173C; }
span { border-color: rgb(123,23,60); }
td.TdClassName
{
border-color: #7B173C;
}
.TagClassName
{
border-color: #7B173C;
}
</style>