Shades of Claret #7A1830
Tints of Claret #7A1830
RGB
CMYK
RGB Variations
Color information
#7A1830 (or 0x7A1830) is known color: Claret. HEX triplet: 7A, 18 and 30. RGB value is (122,24,48). Sum of RGB (Red+Green+Blue) = 122+24+48=194 (25% of max value = 765). Red value is 122 (48.05% from 255 or 62.89% from 194); Green value is 24 (9.77% from 255 or 12.37% from 194); Blue value is 48 (19.14% from 255 or 24.74% from 194); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1830 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A1830 is #85E7CF. Grayscale: #383838. Windows color (decimal): -8775632 or 3151994. OLE color: 3151994.
HSL color Cylindrical-coordinate representation of color #7A1830: hue angle of 345.31º 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 #7A1830 is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 24 | 48 | - |
| CMYK | 0 | 0.80 | 0.61 | 0.52 |
| HSL | 345.31º | 0.67% | 0.29% | - |
| HSV(B) | 345.31º | 0.8% | 0.48% | - |
| XYZ | 8.89 | 5 | 3.29 | - |
| YUV | 56.04 | 123.47 | 175.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 24 | 48 | 0 | 0.80 | 0.61 | 0.52 | 345.31 | 0.67 | 0.29 |
| Hex | 7A | 18 | 30 | 0 | 50 | 3D | 34 | 159 | 43 | 1D |
| Octal | 172 | 30 | 60 | 0 | 120 | 75 | 64 | 531 | 103 | 35 |
| Binary | 1111010 | 11000 | 110000 | 0 | 1010000 | 111101 | 110100 | 101011001 | 1000011 | 11101 |
Color Harmonies of #7A1830
Complementary color
Monochromatic Colors of #7A1830
Black with #7A1830
Text Example
Text Example
White with #7A1830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1830; }
p { color: rgb(122,24,48); }
H1.HeaderClassName
{
color: #7A1830;
}
.AnyTagClassName
{
color: #7A1830;
}
</style>
background-color css
<style>
a { background-color: #7A1830; }
a { background-color: rgb(122,24,48); }
div.DivClassName
{
background-color: #7A1830;
}
.BgClassName
{
background-color: #7A1830;
}
</style>
border-color css
<style>
span { border-color: #7A1830; }
span { border-color: rgb(122,24,48); }
td.TdClassName
{
border-color: #7A1830;
}
.TagClassName
{
border-color: #7A1830;
}
</style>