Shades of Claret #7A1238
Tints of Claret #7A1238
RGB
CMYK
RGB Variations
Color information
#7A1238 (or 0x7A1238) is known color: Claret. HEX triplet: 7A, 12 and 38. RGB value is (122,18,56). Sum of RGB (Red+Green+Blue) = 122+18+56=196 (25% of max value = 765). Red value is 122 (48.05% from 255 or 62.24% from 196); Green value is 18 (7.42% from 255 or 9.18% from 196); Blue value is 56 (22.27% from 255 or 28.57% from 196); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1238 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A1238 is #85EDC7. Grayscale: #353535. Windows color (decimal): -8777160 or 3674746. OLE color: 3674746.
HSL color Cylindrical-coordinate representation of color #7A1238: hue angle of 338.08º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7A1238 is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 18 | 56 | - |
| CMYK | 0 | 0.85 | 0.54 | 0.52 |
| HSL | 338.08º | 0.74% | 0.27% | - |
| HSV(B) | 338.08º | 0.85% | 0.48% | - |
| XYZ | 8.96 | 4.86 | 4.21 | - |
| YUV | 53.43 | 129.46 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 18 | 56 | 0 | 0.85 | 0.54 | 0.52 | 338.08 | 0.74 | 0.27 |
| Hex | 7A | 12 | 38 | 0 | 55 | 36 | 34 | 152 | 4A | 1B |
| Octal | 172 | 22 | 70 | 0 | 125 | 66 | 64 | 522 | 112 | 33 |
| Binary | 1111010 | 10010 | 111000 | 0 | 1010101 | 110110 | 110100 | 101010010 | 1001010 | 11011 |
Color Harmonies of #7A1238
Complementary color
Monochromatic Colors of #7A1238
Black with #7A1238
Text Example
Text Example
White with #7A1238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1238; }
p { color: rgb(122,18,56); }
H1.HeaderClassName
{
color: #7A1238;
}
.AnyTagClassName
{
color: #7A1238;
}
</style>
background-color css
<style>
a { background-color: #7A1238; }
a { background-color: rgb(122,18,56); }
div.DivClassName
{
background-color: #7A1238;
}
.BgClassName
{
background-color: #7A1238;
}
</style>
border-color css
<style>
span { border-color: #7A1238; }
span { border-color: rgb(122,18,56); }
td.TdClassName
{
border-color: #7A1238;
}
.TagClassName
{
border-color: #7A1238;
}
</style>