Shades of Claret #7A1F3B
Tints of Claret #7A1F3B
RGB
CMYK
RGB Variations
Color information
#7A1F3B (or 0x7A1F3B) is known color: Claret. HEX triplet: 7A, 1F and 3B. RGB value is (122,31,59). Sum of RGB (Red+Green+Blue) = 122+31+59=212 (28% of max value = 765). Red value is 122 (48.05% from 255 or 57.55% from 212); Green value is 31 (12.5% from 255 or 14.62% from 212); Blue value is 59 (23.44% from 255 or 27.83% from 212); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1F3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A1F3B is #85E0C4. Grayscale: #3D3D3D. Windows color (decimal): -8773829 or 3874682. OLE color: 3874682.
HSL color Cylindrical-coordinate representation of color #7A1F3B: hue angle of 341.54º 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 #7A1F3B is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 31 | 59 | - |
| CMYK | 0 | 0.75 | 0.52 | 0.52 |
| HSL | 341.54º | 0.59% | 0.3% | - |
| HSV(B) | 341.54º | 0.75% | 0.48% | - |
| XYZ | 9.31 | 5.43 | 4.7 | - |
| YUV | 61.4 | 126.65 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 31 | 59 | 0 | 0.75 | 0.52 | 0.52 | 341.54 | 0.59 | 0.3 |
| Hex | 7A | 1F | 3B | 0 | 4B | 34 | 34 | 156 | 3B | 1E |
| Octal | 172 | 37 | 73 | 0 | 113 | 64 | 64 | 526 | 73 | 36 |
| Binary | 1111010 | 11111 | 111011 | 0 | 1001011 | 110100 | 110100 | 101010110 | 111011 | 11110 |
Color Harmonies of #7A1F3B
Complementary color
Monochromatic Colors of #7A1F3B
Black with #7A1F3B
Text Example
Text Example
White with #7A1F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1F3B; }
p { color: rgb(122,31,59); }
H1.HeaderClassName
{
color: #7A1F3B;
}
.AnyTagClassName
{
color: #7A1F3B;
}
</style>
background-color css
<style>
a { background-color: #7A1F3B; }
a { background-color: rgb(122,31,59); }
div.DivClassName
{
background-color: #7A1F3B;
}
.BgClassName
{
background-color: #7A1F3B;
}
</style>
border-color css
<style>
span { border-color: #7A1F3B; }
span { border-color: rgb(122,31,59); }
td.TdClassName
{
border-color: #7A1F3B;
}
.TagClassName
{
border-color: #7A1F3B;
}
</style>