Shades of Claret #7A223B
Tints of Claret #7A223B
RGB
CMYK
RGB Variations
Color information
#7A223B (or 0x7A223B) is known color: Claret. HEX triplet: 7A, 22 and 3B. RGB value is (122,34,59). Sum of RGB (Red+Green+Blue) = 122+34+59=215 (28% of max value = 765). Red value is 122 (48.05% from 255 or 56.74% from 215); Green value is 34 (13.67% from 255 or 15.81% from 215); Blue value is 59 (23.44% from 255 or 27.44% from 215); Max value from RGB is 122 - color contains mainly: red. Hex color #7A223B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A223B is #85DDC4. Grayscale: #3F3F3F. Windows color (decimal): -8773061 or 3875450. OLE color: 3875450.
HSL color Cylindrical-coordinate representation of color #7A223B: hue angle of 342.95º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7A223B is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 34 | 59 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.52 |
| HSL | 342.95º | 0.56% | 0.31% | - |
| HSV(B) | 342.95º | 0.72% | 0.48% | - |
| XYZ | 9.39 | 5.6 | 4.72 | - |
| YUV | 63.16 | 125.65 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 34 | 59 | 0 | 0.72 | 0.52 | 0.52 | 342.95 | 0.56 | 0.31 |
| Hex | 7A | 22 | 3B | 0 | 48 | 34 | 34 | 157 | 38 | 1F |
| Octal | 172 | 42 | 73 | 0 | 110 | 64 | 64 | 527 | 70 | 37 |
| Binary | 1111010 | 100010 | 111011 | 0 | 1001000 | 110100 | 110100 | 101010111 | 111000 | 11111 |
Color Harmonies of #7A223B
Complementary color
Monochromatic Colors of #7A223B
Black with #7A223B
Text Example
Text Example
White with #7A223B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A223B; }
p { color: rgb(122,34,59); }
H1.HeaderClassName
{
color: #7A223B;
}
.AnyTagClassName
{
color: #7A223B;
}
</style>
background-color css
<style>
a { background-color: #7A223B; }
a { background-color: rgb(122,34,59); }
div.DivClassName
{
background-color: #7A223B;
}
.BgClassName
{
background-color: #7A223B;
}
</style>
border-color css
<style>
span { border-color: #7A223B; }
span { border-color: rgb(122,34,59); }
td.TdClassName
{
border-color: #7A223B;
}
.TagClassName
{
border-color: #7A223B;
}
</style>