Shades of Claret #781E3E
Tints of Claret #781E3E
RGB
CMYK
RGB Variations
Color information
#781E3E (or 0x781E3E) is known color: Claret. HEX triplet: 78, 1E and 3E. RGB value is (120,30,62). Sum of RGB (Red+Green+Blue) = 120+30+62=212 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.60% from 212); Green value is 30 (12.11% from 255 or 14.15% from 212); Blue value is 62 (24.61% from 255 or 29.25% from 212); Max value from RGB is 120 - color contains mainly: red. Hex color #781E3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781E3E is #87E1C1. Grayscale: #3C3C3C. Windows color (decimal): -8905154 or 4071032. OLE color: 4071032.
HSL color Cylindrical-coordinate representation of color #781E3E: hue angle of 338.67º 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 #781E3E is Cyan = 0, Magento = 0.75, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 30 | 62 | - |
| CMYK | 0 | 0.75 | 0.48 | 0.53 |
| HSL | 338.67º | 0.6% | 0.29% | - |
| HSV(B) | 338.67º | 0.75% | 0.47% | - |
| XYZ | 9.08 | 5.27 | 5.1 | - |
| YUV | 60.56 | 128.82 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 30 | 62 | 0 | 0.75 | 0.48 | 0.53 | 338.67 | 0.6 | 0.29 |
| Hex | 78 | 1E | 3E | 0 | 4B | 30 | 35 | 153 | 3C | 1D |
| Octal | 170 | 36 | 76 | 0 | 113 | 60 | 65 | 523 | 74 | 35 |
| Binary | 1111000 | 11110 | 111110 | 0 | 1001011 | 110000 | 110101 | 101010011 | 111100 | 11101 |
Color Harmonies of #781E3E
Complementary color
Monochromatic Colors of #781E3E
Black with #781E3E
Text Example
Text Example
White with #781E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781E3E; }
p { color: rgb(120,30,62); }
H1.HeaderClassName
{
color: #781E3E;
}
.AnyTagClassName
{
color: #781E3E;
}
</style>
background-color css
<style>
a { background-color: #781E3E; }
a { background-color: rgb(120,30,62); }
div.DivClassName
{
background-color: #781E3E;
}
.BgClassName
{
background-color: #781E3E;
}
</style>
border-color css
<style>
span { border-color: #781E3E; }
span { border-color: rgb(120,30,62); }
td.TdClassName
{
border-color: #781E3E;
}
.TagClassName
{
border-color: #781E3E;
}
</style>