Shades of Claret #7F133A
Tints of Claret #7F133A
RGB
CMYK
RGB Variations
Color information
#7F133A (or 0x7F133A) is known color: Claret. HEX triplet: 7F, 13 and 3A. RGB value is (127,19,58). Sum of RGB (Red+Green+Blue) = 127+19+58=204 (27% of max value = 765). Red value is 127 (50% from 255 or 62.25% from 204); Green value is 19 (7.81% from 255 or 9.31% from 204); Blue value is 58 (23.05% from 255 or 28.43% from 204); Max value from RGB is 127 - color contains mainly: red. Hex color #7F133A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F133A is #80ECC5. Grayscale: #373737. Windows color (decimal): -8449222 or 3806079. OLE color: 3806079.
HSL color Cylindrical-coordinate representation of color #7F133A: hue angle of 338.33º 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 #7F133A is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 19 | 58 | - |
| CMYK | 0 | 0.85 | 0.54 | 0.50 |
| HSL | 338.33º | 0.74% | 0.29% | - |
| HSV(B) | 338.33º | 0.85% | 0.5% | - |
| XYZ | 9.75 | 5.28 | 4.51 | - |
| YUV | 55.74 | 129.28 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 19 | 58 | 0 | 0.85 | 0.54 | 0.50 | 338.33 | 0.74 | 0.29 |
| Hex | 7F | 13 | 3A | 0 | 55 | 36 | 32 | 152 | 4A | 1D |
| Octal | 177 | 23 | 72 | 0 | 125 | 66 | 62 | 522 | 112 | 35 |
| Binary | 1111111 | 10011 | 111010 | 0 | 1010101 | 110110 | 110010 | 101010010 | 1001010 | 11101 |
Color Harmonies of #7F133A
Complementary color
Monochromatic Colors of #7F133A
Black with #7F133A
Text Example
Text Example
White with #7F133A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F133A; }
p { color: rgb(127,19,58); }
H1.HeaderClassName
{
color: #7F133A;
}
.AnyTagClassName
{
color: #7F133A;
}
</style>
background-color css
<style>
a { background-color: #7F133A; }
a { background-color: rgb(127,19,58); }
div.DivClassName
{
background-color: #7F133A;
}
.BgClassName
{
background-color: #7F133A;
}
</style>
border-color css
<style>
span { border-color: #7F133A; }
span { border-color: rgb(127,19,58); }
td.TdClassName
{
border-color: #7F133A;
}
.TagClassName
{
border-color: #7F133A;
}
</style>