Shades of Claret #781E3C
Tints of Claret #781E3C
RGB
CMYK
RGB Variations
Color information
#781E3C (or 0x781E3C) is known color: Claret. HEX triplet: 78, 1E and 3C. RGB value is (120,30,60). Sum of RGB (Red+Green+Blue) = 120+30+60=210 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.14% from 210); Green value is 30 (12.11% from 255 or 14.29% from 210); Blue value is 60 (23.83% from 255 or 28.57% from 210); Max value from RGB is 120 - color contains mainly: red. Hex color #781E3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781E3C is #87E1C3. Grayscale: #3C3C3C. Windows color (decimal): -8905156 or 3939960. OLE color: 3939960.
HSL color Cylindrical-coordinate representation of color #781E3C: hue angle of 340º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #781E3C is Cyan = 0, Magento = 0.75, Yellow = 0.5 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 30 | 60 | - |
| CMYK | 0 | 0.75 | 0.5 | 0.53 |
| HSL | 340º | 0.6% | 0.29% | - |
| HSV(B) | 340º | 0.75% | 0.47% | - |
| XYZ | 9.03 | 5.25 | 4.81 | - |
| YUV | 60.33 | 127.82 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 30 | 60 | 0 | 0.75 | 0.5 | 0.53 | 340 | 0.6 | 0.29 |
| Hex | 78 | 1E | 3C | 0 | 4B | 32 | 35 | 154 | 3C | 1D |
| Octal | 170 | 36 | 74 | 0 | 113 | 62 | 65 | 524 | 74 | 35 |
| Binary | 1111000 | 11110 | 111100 | 0 | 1001011 | 110010 | 110101 | 101010100 | 111100 | 11101 |
Color Harmonies of #781E3C
Complementary color
Monochromatic Colors of #781E3C
Black with #781E3C
Text Example
Text Example
White with #781E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781E3C; }
p { color: rgb(120,30,60); }
H1.HeaderClassName
{
color: #781E3C;
}
.AnyTagClassName
{
color: #781E3C;
}
</style>
background-color css
<style>
a { background-color: #781E3C; }
a { background-color: rgb(120,30,60); }
div.DivClassName
{
background-color: #781E3C;
}
.BgClassName
{
background-color: #781E3C;
}
</style>
border-color css
<style>
span { border-color: #781E3C; }
span { border-color: rgb(120,30,60); }
td.TdClassName
{
border-color: #781E3C;
}
.TagClassName
{
border-color: #781E3C;
}
</style>