Shades of Claret #7A1832
Tints of Claret #7A1832
RGB
CMYK
RGB Variations
Color information
#7A1832 (or 0x7A1832) is known color: Claret. HEX triplet: 7A, 18 and 32. RGB value is (122,24,50). Sum of RGB (Red+Green+Blue) = 122+24+50=196 (25% of max value = 765). Red value is 122 (48.05% from 255 or 62.24% from 196); Green value is 24 (9.77% from 255 or 12.24% from 196); Blue value is 50 (19.92% from 255 or 25.51% from 196); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1832 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A1832 is #85E7CD. Grayscale: #383838. Windows color (decimal): -8775630 or 3283066. OLE color: 3283066.
HSL color Cylindrical-coordinate representation of color #7A1832: hue angle of 344.08º 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 #7A1832 is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 24 | 50 | - |
| CMYK | 0 | 0.80 | 0.59 | 0.52 |
| HSL | 344.08º | 0.67% | 0.29% | - |
| HSV(B) | 344.08º | 0.8% | 0.48% | - |
| XYZ | 8.93 | 5.02 | 3.52 | - |
| YUV | 56.27 | 124.47 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 24 | 50 | 0 | 0.80 | 0.59 | 0.52 | 344.08 | 0.67 | 0.29 |
| Hex | 7A | 18 | 32 | 0 | 50 | 3B | 34 | 158 | 43 | 1D |
| Octal | 172 | 30 | 62 | 0 | 120 | 73 | 64 | 530 | 103 | 35 |
| Binary | 1111010 | 11000 | 110010 | 0 | 1010000 | 111011 | 110100 | 101011000 | 1000011 | 11101 |
Color Harmonies of #7A1832
Complementary color
Monochromatic Colors of #7A1832
Black with #7A1832
Text Example
Text Example
White with #7A1832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1832; }
p { color: rgb(122,24,50); }
H1.HeaderClassName
{
color: #7A1832;
}
.AnyTagClassName
{
color: #7A1832;
}
</style>
background-color css
<style>
a { background-color: #7A1832; }
a { background-color: rgb(122,24,50); }
div.DivClassName
{
background-color: #7A1832;
}
.BgClassName
{
background-color: #7A1832;
}
</style>
border-color css
<style>
span { border-color: #7A1832; }
span { border-color: rgb(122,24,50); }
td.TdClassName
{
border-color: #7A1832;
}
.TagClassName
{
border-color: #7A1832;
}
</style>