Shades of Claret #7F143C
Tints of Claret #7F143C
RGB
CMYK
RGB Variations
Color information
#7F143C (or 0x7F143C) is known color: Claret. HEX triplet: 7F, 14 and 3C. RGB value is (127,20,60). Sum of RGB (Red+Green+Blue) = 127+20+60=207 (27% of max value = 765). Red value is 127 (50% from 255 or 61.35% from 207); Green value is 20 (8.20% from 255 or 9.66% from 207); Blue value is 60 (23.83% from 255 or 28.99% from 207); Max value from RGB is 127 - color contains mainly: red. Hex color #7F143C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F143C is #80EBC3. Grayscale: #383838. Windows color (decimal): -8448964 or 3937407. OLE color: 3937407.
HSL color Cylindrical-coordinate representation of color #7F143C: hue angle of 337.57º 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 #7F143C is Cyan = 0, Magento = 0.84, Yellow = 0.53 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 20 | 60 | - |
| CMYK | 0 | 0.84 | 0.53 | 0.50 |
| HSL | 337.57º | 0.73% | 0.29% | - |
| HSV(B) | 337.57º | 0.84% | 0.5% | - |
| XYZ | 9.82 | 5.34 | 4.79 | - |
| YUV | 56.55 | 129.95 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 20 | 60 | 0 | 0.84 | 0.53 | 0.50 | 337.57 | 0.73 | 0.29 |
| Hex | 7F | 14 | 3C | 0 | 54 | 35 | 32 | 152 | 49 | 1D |
| Octal | 177 | 24 | 74 | 0 | 124 | 65 | 62 | 522 | 111 | 35 |
| Binary | 1111111 | 10100 | 111100 | 0 | 1010100 | 110101 | 110010 | 101010010 | 1001001 | 11101 |
Color Harmonies of #7F143C
Complementary color
Monochromatic Colors of #7F143C
Black with #7F143C
Text Example
Text Example
White with #7F143C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F143C; }
p { color: rgb(127,20,60); }
H1.HeaderClassName
{
color: #7F143C;
}
.AnyTagClassName
{
color: #7F143C;
}
</style>
background-color css
<style>
a { background-color: #7F143C; }
a { background-color: rgb(127,20,60); }
div.DivClassName
{
background-color: #7F143C;
}
.BgClassName
{
background-color: #7F143C;
}
</style>
border-color css
<style>
span { border-color: #7F143C; }
span { border-color: rgb(127,20,60); }
td.TdClassName
{
border-color: #7F143C;
}
.TagClassName
{
border-color: #7F143C;
}
</style>