Shades of Claret #7D183D
Tints of Claret #7D183D
RGB
CMYK
RGB Variations
Color information
#7D183D (or 0x7D183D) is known color: Claret. HEX triplet: 7D, 18 and 3D. RGB value is (125,24,61). Sum of RGB (Red+Green+Blue) = 125+24+61=210 (27% of max value = 765). Red value is 125 (49.22% from 255 or 59.52% from 210); Green value is 24 (9.77% from 255 or 11.43% from 210); Blue value is 61 (24.22% from 255 or 29.05% from 210); Max value from RGB is 125 - color contains mainly: red. Hex color #7D183D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D183D is #82E7C2. Grayscale: #3A3A3A. Windows color (decimal): -8579011 or 4003965. OLE color: 4003965.
HSL color Cylindrical-coordinate representation of color #7D183D: hue angle of 338.02º 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 #7D183D is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 24 | 61 | - |
| CMYK | 0 | 0.81 | 0.51 | 0.51 |
| HSL | 338.02º | 0.68% | 0.29% | - |
| HSV(B) | 338.02º | 0.81% | 0.49% | - |
| XYZ | 9.63 | 5.35 | 4.94 | - |
| YUV | 58.42 | 129.46 | 175.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 24 | 61 | 0 | 0.81 | 0.51 | 0.51 | 338.02 | 0.68 | 0.29 |
| Hex | 7D | 18 | 3D | 0 | 51 | 33 | 33 | 152 | 44 | 1D |
| Octal | 175 | 30 | 75 | 0 | 121 | 63 | 63 | 522 | 104 | 35 |
| Binary | 1111101 | 11000 | 111101 | 0 | 1010001 | 110011 | 110011 | 101010010 | 1000100 | 11101 |
Color Harmonies of #7D183D
Complementary color
Monochromatic Colors of #7D183D
Black with #7D183D
Text Example
Text Example
White with #7D183D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D183D; }
p { color: rgb(125,24,61); }
H1.HeaderClassName
{
color: #7D183D;
}
.AnyTagClassName
{
color: #7D183D;
}
</style>
background-color css
<style>
a { background-color: #7D183D; }
a { background-color: rgb(125,24,61); }
div.DivClassName
{
background-color: #7D183D;
}
.BgClassName
{
background-color: #7D183D;
}
</style>
border-color css
<style>
span { border-color: #7D183D; }
span { border-color: rgb(125,24,61); }
td.TdClassName
{
border-color: #7D183D;
}
.TagClassName
{
border-color: #7D183D;
}
</style>