Shades of Claret #7A1F38
Tints of Claret #7A1F38
RGB
CMYK
RGB Variations
Color information
#7A1F38 (or 0x7A1F38) is known color: Claret. HEX triplet: 7A, 1F and 38. RGB value is (122,31,56). Sum of RGB (Red+Green+Blue) = 122+31+56=209 (27% of max value = 765). Red value is 122 (48.05% from 255 or 58.37% from 209); Green value is 31 (12.5% from 255 or 14.83% from 209); Blue value is 56 (22.27% from 255 or 26.79% from 209); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1F38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A1F38 is #85E0C7. Grayscale: #3D3D3D. Windows color (decimal): -8773832 or 3678074. OLE color: 3678074.
HSL color Cylindrical-coordinate representation of color #7A1F38: hue angle of 343.52º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7A1F38 is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 31 | 56 | - |
| CMYK | 0 | 0.75 | 0.54 | 0.52 |
| HSL | 343.52º | 0.59% | 0.3% | - |
| HSV(B) | 343.52º | 0.75% | 0.48% | - |
| XYZ | 9.23 | 5.4 | 4.3 | - |
| YUV | 61.06 | 125.15 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 31 | 56 | 0 | 0.75 | 0.54 | 0.52 | 343.52 | 0.59 | 0.3 |
| Hex | 7A | 1F | 38 | 0 | 4B | 36 | 34 | 158 | 3B | 1E |
| Octal | 172 | 37 | 70 | 0 | 113 | 66 | 64 | 530 | 73 | 36 |
| Binary | 1111010 | 11111 | 111000 | 0 | 1001011 | 110110 | 110100 | 101011000 | 111011 | 11110 |
Color Harmonies of #7A1F38
Complementary color
Monochromatic Colors of #7A1F38
Black with #7A1F38
Text Example
Text Example
White with #7A1F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1F38; }
p { color: rgb(122,31,56); }
H1.HeaderClassName
{
color: #7A1F38;
}
.AnyTagClassName
{
color: #7A1F38;
}
</style>
background-color css
<style>
a { background-color: #7A1F38; }
a { background-color: rgb(122,31,56); }
div.DivClassName
{
background-color: #7A1F38;
}
.BgClassName
{
background-color: #7A1F38;
}
</style>
border-color css
<style>
span { border-color: #7A1F38; }
span { border-color: rgb(122,31,56); }
td.TdClassName
{
border-color: #7A1F38;
}
.TagClassName
{
border-color: #7A1F38;
}
</style>