Shades of Claret #7F1337
Tints of Claret #7F1337
RGB
CMYK
RGB Variations
Color information
#7F1337 (or 0x7F1337) is known color: Claret. HEX triplet: 7F, 13 and 37. RGB value is (127,19,55). Sum of RGB (Red+Green+Blue) = 127+19+55=201 (26% of max value = 765). Red value is 127 (50% from 255 or 63.18% from 201); Green value is 19 (7.81% from 255 or 9.45% from 201); Blue value is 55 (21.88% from 255 or 27.36% from 201); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1337 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F1337 is #80ECC8. Grayscale: #373737. Windows color (decimal): -8449225 or 3609471. OLE color: 3609471.
HSL color Cylindrical-coordinate representation of color #7F1337: hue angle of 340º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7F1337 is Cyan = 0, Magento = 0.85, Yellow = 0.57 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 19 | 55 | - |
| CMYK | 0 | 0.85 | 0.57 | 0.50 |
| HSL | 340º | 0.74% | 0.29% | - |
| HSV(B) | 340º | 0.85% | 0.5% | - |
| XYZ | 9.67 | 5.25 | 4.12 | - |
| YUV | 55.4 | 127.78 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 19 | 55 | 0 | 0.85 | 0.57 | 0.50 | 340 | 0.74 | 0.29 |
| Hex | 7F | 13 | 37 | 0 | 55 | 39 | 32 | 154 | 4A | 1D |
| Octal | 177 | 23 | 67 | 0 | 125 | 71 | 62 | 524 | 112 | 35 |
| Binary | 1111111 | 10011 | 110111 | 0 | 1010101 | 111001 | 110010 | 101010100 | 1001010 | 11101 |
Color Harmonies of #7F1337
Complementary color
Monochromatic Colors of #7F1337
Black with #7F1337
Text Example
Text Example
White with #7F1337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F1337; }
p { color: rgb(127,19,55); }
H1.HeaderClassName
{
color: #7F1337;
}
.AnyTagClassName
{
color: #7F1337;
}
</style>
background-color css
<style>
a { background-color: #7F1337; }
a { background-color: rgb(127,19,55); }
div.DivClassName
{
background-color: #7F1337;
}
.BgClassName
{
background-color: #7F1337;
}
</style>
border-color css
<style>
span { border-color: #7F1337; }
span { border-color: rgb(127,19,55); }
td.TdClassName
{
border-color: #7F1337;
}
.TagClassName
{
border-color: #7F1337;
}
</style>