Shades of Claret #781F3E
Tints of Claret #781F3E
RGB
CMYK
RGB Variations
Color information
#781F3E (or 0x781F3E) is known color: Claret. HEX triplet: 78, 1F and 3E. RGB value is (120,31,62). Sum of RGB (Red+Green+Blue) = 120+31+62=213 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.34% from 213); Green value is 31 (12.5% from 255 or 14.55% from 213); Blue value is 62 (24.61% from 255 or 29.11% from 213); Max value from RGB is 120 - color contains mainly: red. Hex color #781F3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781F3E is #87E0C1. Grayscale: #3D3D3D. Windows color (decimal): -8904898 or 4071288. OLE color: 4071288.
HSL color Cylindrical-coordinate representation of color #781F3E: hue angle of 339.1º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #781F3E is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 31 | 62 | - |
| CMYK | 0 | 0.74 | 0.48 | 0.53 |
| HSL | 339.1º | 0.59% | 0.3% | - |
| HSV(B) | 339.1º | 0.74% | 0.47% | - |
| XYZ | 9.11 | 5.32 | 5.1 | - |
| YUV | 61.15 | 128.49 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 31 | 62 | 0 | 0.74 | 0.48 | 0.53 | 339.1 | 0.59 | 0.3 |
| Hex | 78 | 1F | 3E | 0 | 4A | 30 | 35 | 153 | 3B | 1E |
| Octal | 170 | 37 | 76 | 0 | 112 | 60 | 65 | 523 | 73 | 36 |
| Binary | 1111000 | 11111 | 111110 | 0 | 1001010 | 110000 | 110101 | 101010011 | 111011 | 11110 |
Color Harmonies of #781F3E
Complementary color
Monochromatic Colors of #781F3E
Black with #781F3E
Text Example
Text Example
White with #781F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781F3E; }
p { color: rgb(120,31,62); }
H1.HeaderClassName
{
color: #781F3E;
}
.AnyTagClassName
{
color: #781F3E;
}
</style>
background-color css
<style>
a { background-color: #781F3E; }
a { background-color: rgb(120,31,62); }
div.DivClassName
{
background-color: #781F3E;
}
.BgClassName
{
background-color: #781F3E;
}
</style>
border-color css
<style>
span { border-color: #781F3E; }
span { border-color: rgb(120,31,62); }
td.TdClassName
{
border-color: #781F3E;
}
.TagClassName
{
border-color: #781F3E;
}
</style>