Shades of Claret #7F163A
Tints of Claret #7F163A
RGB
CMYK
RGB Variations
Color information
#7F163A (or 0x7F163A) is known color: Claret. HEX triplet: 7F, 16 and 3A. RGB value is (127,22,58). Sum of RGB (Red+Green+Blue) = 127+22+58=207 (27% of max value = 765). Red value is 127 (50% from 255 or 61.35% from 207); Green value is 22 (8.98% from 255 or 10.63% from 207); Blue value is 58 (23.05% from 255 or 28.02% from 207); Max value from RGB is 127 - color contains mainly: red. Hex color #7F163A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F163A is #80E9C5. Grayscale: #393939. Windows color (decimal): -8448454 or 3806847. OLE color: 3806847.
HSL color Cylindrical-coordinate representation of color #7F163A: hue angle of 339.43º degrees, saturation: 0.7, 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 #7F163A is Cyan = 0, Magento = 0.83, Yellow = 0.54 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 22 | 58 | - |
| CMYK | 0 | 0.83 | 0.54 | 0.50 |
| HSL | 339.43º | 0.7% | 0.29% | - |
| HSV(B) | 339.43º | 0.83% | 0.5% | - |
| XYZ | 9.8 | 5.39 | 4.53 | - |
| YUV | 57.5 | 128.29 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 22 | 58 | 0 | 0.83 | 0.54 | 0.50 | 339.43 | 0.7 | 0.29 |
| Hex | 7F | 16 | 3A | 0 | 53 | 36 | 32 | 153 | 46 | 1D |
| Octal | 177 | 26 | 72 | 0 | 123 | 66 | 62 | 523 | 106 | 35 |
| Binary | 1111111 | 10110 | 111010 | 0 | 1010011 | 110110 | 110010 | 101010011 | 1000110 | 11101 |
Color Harmonies of #7F163A
Complementary color
Monochromatic Colors of #7F163A
Black with #7F163A
Text Example
Text Example
White with #7F163A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F163A; }
p { color: rgb(127,22,58); }
H1.HeaderClassName
{
color: #7F163A;
}
.AnyTagClassName
{
color: #7F163A;
}
</style>
background-color css
<style>
a { background-color: #7F163A; }
a { background-color: rgb(127,22,58); }
div.DivClassName
{
background-color: #7F163A;
}
.BgClassName
{
background-color: #7F163A;
}
</style>
border-color css
<style>
span { border-color: #7F163A; }
span { border-color: rgb(127,22,58); }
td.TdClassName
{
border-color: #7F163A;
}
.TagClassName
{
border-color: #7F163A;
}
</style>