Shades of Claret #7D1838
Tints of Claret #7D1838
RGB
CMYK
RGB Variations
Color information
#7D1838 (or 0x7D1838) is known color: Claret. HEX triplet: 7D, 18 and 38. RGB value is (125,24,56). Sum of RGB (Red+Green+Blue) = 125+24+56=205 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.98% from 205); Green value is 24 (9.77% from 255 or 11.71% from 205); Blue value is 56 (22.27% from 255 or 27.32% from 205); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1838 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D1838 is #82E7C7. Grayscale: #393939. Windows color (decimal): -8579016 or 3676285. OLE color: 3676285.
HSL color Cylindrical-coordinate representation of color #7D1838: hue angle of 340.99º 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 #7D1838 is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 24 | 56 | - |
| CMYK | 0 | 0.81 | 0.55 | 0.51 |
| HSL | 340.99º | 0.68% | 0.29% | - |
| HSV(B) | 340.99º | 0.81% | 0.49% | - |
| XYZ | 9.5 | 5.3 | 4.26 | - |
| YUV | 57.85 | 126.96 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 24 | 56 | 0 | 0.81 | 0.55 | 0.51 | 340.99 | 0.68 | 0.29 |
| Hex | 7D | 18 | 38 | 0 | 51 | 37 | 33 | 155 | 44 | 1D |
| Octal | 175 | 30 | 70 | 0 | 121 | 67 | 63 | 525 | 104 | 35 |
| Binary | 1111101 | 11000 | 111000 | 0 | 1010001 | 110111 | 110011 | 101010101 | 1000100 | 11101 |
Color Harmonies of #7D1838
Complementary color
Monochromatic Colors of #7D1838
Black with #7D1838
Text Example
Text Example
White with #7D1838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1838; }
p { color: rgb(125,24,56); }
H1.HeaderClassName
{
color: #7D1838;
}
.AnyTagClassName
{
color: #7D1838;
}
</style>
background-color css
<style>
a { background-color: #7D1838; }
a { background-color: rgb(125,24,56); }
div.DivClassName
{
background-color: #7D1838;
}
.BgClassName
{
background-color: #7D1838;
}
</style>
border-color css
<style>
span { border-color: #7D1838; }
span { border-color: rgb(125,24,56); }
td.TdClassName
{
border-color: #7D1838;
}
.TagClassName
{
border-color: #7D1838;
}
</style>