Shades of Claret #781D3C
Tints of Claret #781D3C
RGB
CMYK
RGB Variations
Color information
#781D3C (or 0x781D3C) is known color: Claret. HEX triplet: 78, 1D and 3C. RGB value is (120,29,60). Sum of RGB (Red+Green+Blue) = 120+29+60=209 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.42% from 209); Green value is 29 (11.72% from 255 or 13.88% from 209); Blue value is 60 (23.83% from 255 or 28.71% from 209); Max value from RGB is 120 - color contains mainly: red. Hex color #781D3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781D3C is #87E2C3. Grayscale: #3B3B3B. Windows color (decimal): -8905412 or 3939704. OLE color: 3939704.
HSL color Cylindrical-coordinate representation of color #781D3C: hue angle of 339.56º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #781D3C is Cyan = 0, Magento = 0.76, Yellow = 0.5 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 29 | 60 | - |
| CMYK | 0 | 0.76 | 0.5 | 0.53 |
| HSL | 339.56º | 0.61% | 0.29% | - |
| HSV(B) | 339.56º | 0.76% | 0.47% | - |
| XYZ | 9 | 5.2 | 4.8 | - |
| YUV | 59.74 | 128.15 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 29 | 60 | 0 | 0.76 | 0.5 | 0.53 | 339.56 | 0.61 | 0.29 |
| Hex | 78 | 1D | 3C | 0 | 4C | 32 | 35 | 154 | 3D | 1D |
| Octal | 170 | 35 | 74 | 0 | 114 | 62 | 65 | 524 | 75 | 35 |
| Binary | 1111000 | 11101 | 111100 | 0 | 1001100 | 110010 | 110101 | 101010100 | 111101 | 11101 |
Color Harmonies of #781D3C
Complementary color
Monochromatic Colors of #781D3C
Black with #781D3C
Text Example
Text Example
White with #781D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781D3C; }
p { color: rgb(120,29,60); }
H1.HeaderClassName
{
color: #781D3C;
}
.AnyTagClassName
{
color: #781D3C;
}
</style>
background-color css
<style>
a { background-color: #781D3C; }
a { background-color: rgb(120,29,60); }
div.DivClassName
{
background-color: #781D3C;
}
.BgClassName
{
background-color: #781D3C;
}
</style>
border-color css
<style>
span { border-color: #781D3C; }
span { border-color: rgb(120,29,60); }
td.TdClassName
{
border-color: #781D3C;
}
.TagClassName
{
border-color: #781D3C;
}
</style>