Shades of Claret #7F1738
Tints of Claret #7F1738
RGB
CMYK
RGB Variations
Color information
#7F1738 (or 0x7F1738) is known color: Claret. HEX triplet: 7F, 17 and 38. RGB value is (127,23,56). Sum of RGB (Red+Green+Blue) = 127+23+56=206 (27% of max value = 765). Red value is 127 (50% from 255 or 61.65% from 206); Green value is 23 (9.38% from 255 or 11.17% from 206); Blue value is 56 (22.27% from 255 or 27.18% from 206); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1738 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F1738 is #80E8C7. Grayscale: #393939. Windows color (decimal): -8448200 or 3676031. OLE color: 3676031.
HSL color Cylindrical-coordinate representation of color #7F1738: hue angle of 340.96º 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 #7F1738 is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 23 | 56 | - |
| CMYK | 0 | 0.82 | 0.56 | 0.50 |
| HSL | 340.96º | 0.69% | 0.29% | - |
| HSV(B) | 340.96º | 0.82% | 0.5% | - |
| XYZ | 9.77 | 5.41 | 4.27 | - |
| YUV | 57.86 | 126.96 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 23 | 56 | 0 | 0.82 | 0.56 | 0.50 | 340.96 | 0.69 | 0.29 |
| Hex | 7F | 17 | 38 | 0 | 52 | 38 | 32 | 155 | 45 | 1D |
| Octal | 177 | 27 | 70 | 0 | 122 | 70 | 62 | 525 | 105 | 35 |
| Binary | 1111111 | 10111 | 111000 | 0 | 1010010 | 111000 | 110010 | 101010101 | 1000101 | 11101 |
Color Harmonies of #7F1738
Complementary color
Monochromatic Colors of #7F1738
Black with #7F1738
Text Example
Text Example
White with #7F1738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F1738; }
p { color: rgb(127,23,56); }
H1.HeaderClassName
{
color: #7F1738;
}
.AnyTagClassName
{
color: #7F1738;
}
</style>
background-color css
<style>
a { background-color: #7F1738; }
a { background-color: rgb(127,23,56); }
div.DivClassName
{
background-color: #7F1738;
}
.BgClassName
{
background-color: #7F1738;
}
</style>
border-color css
<style>
span { border-color: #7F1738; }
span { border-color: rgb(127,23,56); }
td.TdClassName
{
border-color: #7F1738;
}
.TagClassName
{
border-color: #7F1738;
}
</style>