Shades of Claret #7F143A
Tints of Claret #7F143A
RGB
CMYK
RGB Variations
Color information
#7F143A (or 0x7F143A) is known color: Claret. HEX triplet: 7F, 14 and 3A. RGB value is (127,20,58). Sum of RGB (Red+Green+Blue) = 127+20+58=205 (27% of max value = 765). Red value is 127 (50% from 255 or 61.95% from 205); Green value is 20 (8.20% from 255 or 9.76% from 205); Blue value is 58 (23.05% from 255 or 28.29% from 205); Max value from RGB is 127 - color contains mainly: red. Hex color #7F143A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F143A is #80EBC5. Grayscale: #383838. Windows color (decimal): -8448966 or 3806335. OLE color: 3806335.
HSL color Cylindrical-coordinate representation of color #7F143A: hue angle of 338.69º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7F143A is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 20 | 58 | - |
| CMYK | 0 | 0.84 | 0.54 | 0.50 |
| HSL | 338.69º | 0.73% | 0.29% | - |
| HSV(B) | 338.69º | 0.84% | 0.5% | - |
| XYZ | 9.77 | 5.32 | 4.51 | - |
| YUV | 56.33 | 128.95 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 20 | 58 | 0 | 0.84 | 0.54 | 0.50 | 338.69 | 0.73 | 0.29 |
| Hex | 7F | 14 | 3A | 0 | 54 | 36 | 32 | 153 | 49 | 1D |
| Octal | 177 | 24 | 72 | 0 | 124 | 66 | 62 | 523 | 111 | 35 |
| Binary | 1111111 | 10100 | 111010 | 0 | 1010100 | 110110 | 110010 | 101010011 | 1001001 | 11101 |
Color Harmonies of #7F143A
Complementary color
Monochromatic Colors of #7F143A
Black with #7F143A
Text Example
Text Example
White with #7F143A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F143A; }
p { color: rgb(127,20,58); }
H1.HeaderClassName
{
color: #7F143A;
}
.AnyTagClassName
{
color: #7F143A;
}
</style>
background-color css
<style>
a { background-color: #7F143A; }
a { background-color: rgb(127,20,58); }
div.DivClassName
{
background-color: #7F143A;
}
.BgClassName
{
background-color: #7F143A;
}
</style>
border-color css
<style>
span { border-color: #7F143A; }
span { border-color: rgb(127,20,58); }
td.TdClassName
{
border-color: #7F143A;
}
.TagClassName
{
border-color: #7F143A;
}
</style>