Shades of Claret #7F153C
Tints of Claret #7F153C
RGB
CMYK
RGB Variations
Color information
#7F153C (or 0x7F153C) is known color: Claret. HEX triplet: 7F, 15 and 3C. RGB value is (127,21,60). Sum of RGB (Red+Green+Blue) = 127+21+60=208 (27% of max value = 765). Red value is 127 (50% from 255 or 61.06% from 208); Green value is 21 (8.59% from 255 or 10.10% from 208); Blue value is 60 (23.83% from 255 or 28.85% from 208); Max value from RGB is 127 - color contains mainly: red. Hex color #7F153C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F153C is #80EAC3. Grayscale: #393939. Windows color (decimal): -8448708 or 3937663. OLE color: 3937663.
HSL color Cylindrical-coordinate representation of color #7F153C: hue angle of 337.92º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7F153C is Cyan = 0, Magento = 0.83, Yellow = 0.53 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 21 | 60 | - |
| CMYK | 0 | 0.83 | 0.53 | 0.50 |
| HSL | 337.92º | 0.72% | 0.29% | - |
| HSV(B) | 337.92º | 0.83% | 0.5% | - |
| XYZ | 9.84 | 5.37 | 4.79 | - |
| YUV | 57.14 | 129.62 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 21 | 60 | 0 | 0.83 | 0.53 | 0.50 | 337.92 | 0.72 | 0.29 |
| Hex | 7F | 15 | 3C | 0 | 53 | 35 | 32 | 152 | 48 | 1D |
| Octal | 177 | 25 | 74 | 0 | 123 | 65 | 62 | 522 | 110 | 35 |
| Binary | 1111111 | 10101 | 111100 | 0 | 1010011 | 110101 | 110010 | 101010010 | 1001000 | 11101 |
Color Harmonies of #7F153C
Complementary color
Monochromatic Colors of #7F153C
Black with #7F153C
Text Example
Text Example
White with #7F153C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F153C; }
p { color: rgb(127,21,60); }
H1.HeaderClassName
{
color: #7F153C;
}
.AnyTagClassName
{
color: #7F153C;
}
</style>
background-color css
<style>
a { background-color: #7F153C; }
a { background-color: rgb(127,21,60); }
div.DivClassName
{
background-color: #7F153C;
}
.BgClassName
{
background-color: #7F153C;
}
</style>
border-color css
<style>
span { border-color: #7F153C; }
span { border-color: rgb(127,21,60); }
td.TdClassName
{
border-color: #7F153C;
}
.TagClassName
{
border-color: #7F153C;
}
</style>