Shades of Claret #7A183C
Tints of Claret #7A183C
RGB
CMYK
RGB Variations
Color information
#7A183C (or 0x7A183C) is known color: Claret. HEX triplet: 7A, 18 and 3C. RGB value is (122,24,60). Sum of RGB (Red+Green+Blue) = 122+24+60=206 (27% of max value = 765). Red value is 122 (48.05% from 255 or 59.22% from 206); Green value is 24 (9.77% from 255 or 11.65% from 206); Blue value is 60 (23.83% from 255 or 29.13% from 206); Max value from RGB is 122 - color contains mainly: red. Hex color #7A183C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A183C is #85E7C3. Grayscale: #393939. Windows color (decimal): -8775620 or 3938426. OLE color: 3938426.
HSL color Cylindrical-coordinate representation of color #7A183C: hue angle of 337.96º degrees, saturation: 0.67, 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 #7A183C is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 24 | 60 | - |
| CMYK | 0 | 0.80 | 0.51 | 0.52 |
| HSL | 337.96º | 0.67% | 0.29% | - |
| HSV(B) | 337.96º | 0.8% | 0.48% | - |
| XYZ | 9.17 | 5.12 | 4.78 | - |
| YUV | 57.41 | 129.47 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 24 | 60 | 0 | 0.80 | 0.51 | 0.52 | 337.96 | 0.67 | 0.29 |
| Hex | 7A | 18 | 3C | 0 | 50 | 33 | 34 | 152 | 43 | 1D |
| Octal | 172 | 30 | 74 | 0 | 120 | 63 | 64 | 522 | 103 | 35 |
| Binary | 1111010 | 11000 | 111100 | 0 | 1010000 | 110011 | 110100 | 101010010 | 1000011 | 11101 |
Color Harmonies of #7A183C
Complementary color
Monochromatic Colors of #7A183C
Black with #7A183C
Text Example
Text Example
White with #7A183C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A183C; }
p { color: rgb(122,24,60); }
H1.HeaderClassName
{
color: #7A183C;
}
.AnyTagClassName
{
color: #7A183C;
}
</style>
background-color css
<style>
a { background-color: #7A183C; }
a { background-color: rgb(122,24,60); }
div.DivClassName
{
background-color: #7A183C;
}
.BgClassName
{
background-color: #7A183C;
}
</style>
border-color css
<style>
span { border-color: #7A183C; }
span { border-color: rgb(122,24,60); }
td.TdClassName
{
border-color: #7A183C;
}
.TagClassName
{
border-color: #7A183C;
}
</style>