Shades of Claret #7F173C
Tints of Claret #7F173C
RGB
CMYK
RGB Variations
Color information
#7F173C (or 0x7F173C) is known color: Claret. HEX triplet: 7F, 17 and 3C. RGB value is (127,23,60). Sum of RGB (Red+Green+Blue) = 127+23+60=210 (27% of max value = 765). Red value is 127 (50% from 255 or 60.48% from 210); Green value is 23 (9.38% from 255 or 10.95% from 210); Blue value is 60 (23.83% from 255 or 28.57% from 210); Max value from RGB is 127 - color contains mainly: red. Hex color #7F173C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F173C is #80E8C3. Grayscale: #3A3A3A. Windows color (decimal): -8448196 or 3938175. OLE color: 3938175.
HSL color Cylindrical-coordinate representation of color #7F173C: hue angle of 338.65º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7F173C is Cyan = 0, Magento = 0.82, Yellow = 0.53 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 23 | 60 | - |
| CMYK | 0 | 0.82 | 0.53 | 0.50 |
| HSL | 338.65º | 0.69% | 0.29% | - |
| HSV(B) | 338.65º | 0.82% | 0.5% | - |
| XYZ | 9.87 | 5.45 | 4.81 | - |
| YUV | 58.31 | 128.96 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 23 | 60 | 0 | 0.82 | 0.53 | 0.50 | 338.65 | 0.69 | 0.29 |
| Hex | 7F | 17 | 3C | 0 | 52 | 35 | 32 | 153 | 45 | 1D |
| Octal | 177 | 27 | 74 | 0 | 122 | 65 | 62 | 523 | 105 | 35 |
| Binary | 1111111 | 10111 | 111100 | 0 | 1010010 | 110101 | 110010 | 101010011 | 1000101 | 11101 |
Color Harmonies of #7F173C
Complementary color
Monochromatic Colors of #7F173C
Black with #7F173C
Text Example
Text Example
White with #7F173C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F173C; }
p { color: rgb(127,23,60); }
H1.HeaderClassName
{
color: #7F173C;
}
.AnyTagClassName
{
color: #7F173C;
}
</style>
background-color css
<style>
a { background-color: #7F173C; }
a { background-color: rgb(127,23,60); }
div.DivClassName
{
background-color: #7F173C;
}
.BgClassName
{
background-color: #7F173C;
}
</style>
border-color css
<style>
span { border-color: #7F173C; }
span { border-color: rgb(127,23,60); }
td.TdClassName
{
border-color: #7F173C;
}
.TagClassName
{
border-color: #7F173C;
}
</style>