Shades of Claret #7E183C
Tints of Claret #7E183C
RGB
CMYK
RGB Variations
Color information
#7E183C (or 0x7E183C) is known color: Claret. HEX triplet: 7E, 18 and 3C. RGB value is (126,24,60). Sum of RGB (Red+Green+Blue) = 126+24+60=210 (27% of max value = 765). Red value is 126 (49.61% from 255 or 60% from 210); Green value is 24 (9.77% from 255 or 11.43% from 210); Blue value is 60 (23.83% from 255 or 28.57% from 210); Max value from RGB is 126 - color contains mainly: red. Hex color #7E183C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E183C is #81E7C3. Grayscale: #3A3A3A. Windows color (decimal): -8513476 or 3938430. OLE color: 3938430.
HSL color Cylindrical-coordinate representation of color #7E183C: hue angle of 338.82º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7E183C is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 24 | 60 | - |
| CMYK | 0 | 0.81 | 0.52 | 0.51 |
| HSL | 338.82º | 0.68% | 0.29% | - |
| HSV(B) | 338.82º | 0.81% | 0.49% | - |
| XYZ | 9.75 | 5.42 | 4.81 | - |
| YUV | 58.6 | 128.79 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 24 | 60 | 0 | 0.81 | 0.52 | 0.51 | 338.82 | 0.68 | 0.29 |
| Hex | 7E | 18 | 3C | 0 | 51 | 34 | 33 | 153 | 44 | 1D |
| Octal | 176 | 30 | 74 | 0 | 121 | 64 | 63 | 523 | 104 | 35 |
| Binary | 1111110 | 11000 | 111100 | 0 | 1010001 | 110100 | 110011 | 101010011 | 1000100 | 11101 |
Color Harmonies of #7E183C
Complementary color
Monochromatic Colors of #7E183C
Black with #7E183C
Text Example
Text Example
White with #7E183C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E183C; }
p { color: rgb(126,24,60); }
H1.HeaderClassName
{
color: #7E183C;
}
.AnyTagClassName
{
color: #7E183C;
}
</style>
background-color css
<style>
a { background-color: #7E183C; }
a { background-color: rgb(126,24,60); }
div.DivClassName
{
background-color: #7E183C;
}
.BgClassName
{
background-color: #7E183C;
}
</style>
border-color css
<style>
span { border-color: #7E183C; }
span { border-color: rgb(126,24,60); }
td.TdClassName
{
border-color: #7E183C;
}
.TagClassName
{
border-color: #7E183C;
}
</style>