Shades of Claret #7A203D
Tints of Claret #7A203D
RGB
CMYK
RGB Variations
Color information
#7A203D (or 0x7A203D) is known color: Claret. HEX triplet: 7A, 20 and 3D. RGB value is (122,32,61). Sum of RGB (Red+Green+Blue) = 122+32+61=215 (28% of max value = 765). Red value is 122 (48.05% from 255 or 56.74% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 61 (24.22% from 255 or 28.37% from 215); Max value from RGB is 122 - color contains mainly: red. Hex color #7A203D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A203D is #85DFC2. Grayscale: #3E3E3E. Windows color (decimal): -8773571 or 4006010. OLE color: 4006010.
HSL color Cylindrical-coordinate representation of color #7A203D: hue angle of 340.67º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7A203D is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 32 | 61 | - |
| CMYK | 0 | 0.74 | 0.50 | 0.52 |
| HSL | 340.67º | 0.58% | 0.3% | - |
| HSV(B) | 340.67º | 0.74% | 0.48% | - |
| XYZ | 9.38 | 5.51 | 4.98 | - |
| YUV | 62.22 | 127.32 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 32 | 61 | 0 | 0.74 | 0.50 | 0.52 | 340.67 | 0.58 | 0.3 |
| Hex | 7A | 20 | 3D | 0 | 4A | 32 | 34 | 155 | 3A | 1E |
| Octal | 172 | 40 | 75 | 0 | 112 | 62 | 64 | 525 | 72 | 36 |
| Binary | 1111010 | 100000 | 111101 | 0 | 1001010 | 110010 | 110100 | 101010101 | 111010 | 11110 |
Color Harmonies of #7A203D
Complementary color
Monochromatic Colors of #7A203D
Black with #7A203D
Text Example
Text Example
White with #7A203D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A203D; }
p { color: rgb(122,32,61); }
H1.HeaderClassName
{
color: #7A203D;
}
.AnyTagClassName
{
color: #7A203D;
}
</style>
background-color css
<style>
a { background-color: #7A203D; }
a { background-color: rgb(122,32,61); }
div.DivClassName
{
background-color: #7A203D;
}
.BgClassName
{
background-color: #7A203D;
}
</style>
border-color css
<style>
span { border-color: #7A203D; }
span { border-color: rgb(122,32,61); }
td.TdClassName
{
border-color: #7A203D;
}
.TagClassName
{
border-color: #7A203D;
}
</style>