Shades of Claret #7A0F32
Tints of Claret #7A0F32
RGB
CMYK
RGB Variations
Color information
#7A0F32 (or 0x7A0F32) is known color: Claret. HEX triplet: 7A, 0F and 32. RGB value is (122,15,50). Sum of RGB (Red+Green+Blue) = 122+15+50=187 (24% of max value = 765). Red value is 122 (48.05% from 255 or 65.24% from 187); Green value is 15 (6.25% from 255 or 8.02% from 187); Blue value is 50 (19.92% from 255 or 26.74% from 187); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0F32 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0F32 is #85F0CD. Grayscale: #323232. Windows color (decimal): -8777934 or 3280762. OLE color: 3280762.
HSL color Cylindrical-coordinate representation of color #7A0F32: hue angle of 340.37º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7A0F32 is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 15 | 50 | - |
| CMYK | 0 | 0.88 | 0.59 | 0.52 |
| HSL | 340.37º | 0.78% | 0.27% | - |
| HSV(B) | 340.37º | 0.88% | 0.48% | - |
| XYZ | 8.77 | 4.71 | 3.46 | - |
| YUV | 50.98 | 127.45 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 15 | 50 | 0 | 0.88 | 0.59 | 0.52 | 340.37 | 0.78 | 0.27 |
| Hex | 7A | F | 32 | 0 | 58 | 3B | 34 | 154 | 4E | 1B |
| Octal | 172 | 17 | 62 | 0 | 130 | 73 | 64 | 524 | 116 | 33 |
| Binary | 1111010 | 1111 | 110010 | 0 | 1011000 | 111011 | 110100 | 101010100 | 1001110 | 11011 |
Color Harmonies of #7A0F32
Complementary color
Monochromatic Colors of #7A0F32
Black with #7A0F32
Text Example
Text Example
White with #7A0F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0F32; }
p { color: rgb(122,15,50); }
H1.HeaderClassName
{
color: #7A0F32;
}
.AnyTagClassName
{
color: #7A0F32;
}
</style>
background-color css
<style>
a { background-color: #7A0F32; }
a { background-color: rgb(122,15,50); }
div.DivClassName
{
background-color: #7A0F32;
}
.BgClassName
{
background-color: #7A0F32;
}
</style>
border-color css
<style>
span { border-color: #7A0F32; }
span { border-color: rgb(122,15,50); }
td.TdClassName
{
border-color: #7A0F32;
}
.TagClassName
{
border-color: #7A0F32;
}
</style>