Shades of Claret #781E3A
Tints of Claret #781E3A
RGB
CMYK
RGB Variations
Color information
#781E3A (or 0x781E3A) is known color: Claret. HEX triplet: 78, 1E and 3A. RGB value is (120,30,58). Sum of RGB (Red+Green+Blue) = 120+30+58=208 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.69% from 208); Green value is 30 (12.11% from 255 or 14.42% from 208); Blue value is 58 (23.05% from 255 or 27.88% from 208); Max value from RGB is 120 - color contains mainly: red. Hex color #781E3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781E3A is #87E1C5. Grayscale: #3C3C3C. Windows color (decimal): -8905158 or 3808888. OLE color: 3808888.
HSL color Cylindrical-coordinate representation of color #781E3A: hue angle of 341.33º 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 #781E3A is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 30 | 58 | - |
| CMYK | 0 | 0.75 | 0.52 | 0.53 |
| HSL | 341.33º | 0.6% | 0.29% | - |
| HSV(B) | 341.33º | 0.75% | 0.47% | - |
| XYZ | 8.97 | 5.23 | 4.54 | - |
| YUV | 60.1 | 126.82 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 30 | 58 | 0 | 0.75 | 0.52 | 0.53 | 341.33 | 0.6 | 0.29 |
| Hex | 78 | 1E | 3A | 0 | 4B | 34 | 35 | 155 | 3C | 1D |
| Octal | 170 | 36 | 72 | 0 | 113 | 64 | 65 | 525 | 74 | 35 |
| Binary | 1111000 | 11110 | 111010 | 0 | 1001011 | 110100 | 110101 | 101010101 | 111100 | 11101 |
Color Harmonies of #781E3A
Complementary color
Monochromatic Colors of #781E3A
Black with #781E3A
Text Example
Text Example
White with #781E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781E3A; }
p { color: rgb(120,30,58); }
H1.HeaderClassName
{
color: #781E3A;
}
.AnyTagClassName
{
color: #781E3A;
}
</style>
background-color css
<style>
a { background-color: #781E3A; }
a { background-color: rgb(120,30,58); }
div.DivClassName
{
background-color: #781E3A;
}
.BgClassName
{
background-color: #781E3A;
}
</style>
border-color css
<style>
span { border-color: #781E3A; }
span { border-color: rgb(120,30,58); }
td.TdClassName
{
border-color: #781E3A;
}
.TagClassName
{
border-color: #781E3A;
}
</style>