Shades of Claret #7A1936
Tints of Claret #7A1936
RGB
CMYK
RGB Variations
Color information
#7A1936 (or 0x7A1936) is known color: Claret. HEX triplet: 7A, 19 and 36. RGB value is (122,25,54). Sum of RGB (Red+Green+Blue) = 122+25+54=201 (26% of max value = 765). Red value is 122 (48.05% from 255 or 60.70% from 201); Green value is 25 (10.16% from 255 or 12.44% from 201); Blue value is 54 (21.48% from 255 or 26.87% from 201); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1936 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A1936 is #85E6C9. Grayscale: #393939. Windows color (decimal): -8775370 or 3545466. OLE color: 3545466.
HSL color Cylindrical-coordinate representation of color #7A1936: hue angle of 342.06º degrees, saturation: 0.66, 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 #7A1936 is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 25 | 54 | - |
| CMYK | 0 | 0.80 | 0.56 | 0.52 |
| HSL | 342.06º | 0.66% | 0.29% | - |
| HSV(B) | 342.06º | 0.8% | 0.48% | - |
| XYZ | 9.04 | 5.1 | 4 | - |
| YUV | 57.31 | 126.14 | 174.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 25 | 54 | 0 | 0.80 | 0.56 | 0.52 | 342.06 | 0.66 | 0.29 |
| Hex | 7A | 19 | 36 | 0 | 50 | 38 | 34 | 156 | 42 | 1D |
| Octal | 172 | 31 | 66 | 0 | 120 | 70 | 64 | 526 | 102 | 35 |
| Binary | 1111010 | 11001 | 110110 | 0 | 1010000 | 111000 | 110100 | 101010110 | 1000010 | 11101 |
Color Harmonies of #7A1936
Complementary color
Monochromatic Colors of #7A1936
Black with #7A1936
Text Example
Text Example
White with #7A1936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1936; }
p { color: rgb(122,25,54); }
H1.HeaderClassName
{
color: #7A1936;
}
.AnyTagClassName
{
color: #7A1936;
}
</style>
background-color css
<style>
a { background-color: #7A1936; }
a { background-color: rgb(122,25,54); }
div.DivClassName
{
background-color: #7A1936;
}
.BgClassName
{
background-color: #7A1936;
}
</style>
border-color css
<style>
span { border-color: #7A1936; }
span { border-color: rgb(122,25,54); }
td.TdClassName
{
border-color: #7A1936;
}
.TagClassName
{
border-color: #7A1936;
}
</style>