Shades of Claret #781D31
Tints of Claret #781D31
RGB
CMYK
RGB Variations
Color information
#781D31 (or 0x781D31) is known color: Claret. HEX triplet: 78, 1D and 31. RGB value is (120,29,49). Sum of RGB (Red+Green+Blue) = 120+29+49=198 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.61% from 198); Green value is 29 (11.72% from 255 or 14.65% from 198); Blue value is 49 (19.53% from 255 or 24.75% from 198); Max value from RGB is 120 - color contains mainly: red. Hex color #781D31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781D31 is #87E2CE. Grayscale: #3A3A3A. Windows color (decimal): -8905423 or 3218808. OLE color: 3218808.
HSL color Cylindrical-coordinate representation of color #781D31: hue angle of 346.81º 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 #781D31 is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 29 | 49 | - |
| CMYK | 0 | 0.76 | 0.59 | 0.53 |
| HSL | 346.81º | 0.61% | 0.29% | - |
| HSV(B) | 346.81º | 0.76% | 0.47% | - |
| XYZ | 8.74 | 5.09 | 3.43 | - |
| YUV | 58.49 | 122.65 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 29 | 49 | 0 | 0.76 | 0.59 | 0.53 | 346.81 | 0.61 | 0.29 |
| Hex | 78 | 1D | 31 | 0 | 4C | 3B | 35 | 15B | 3D | 1D |
| Octal | 170 | 35 | 61 | 0 | 114 | 73 | 65 | 533 | 75 | 35 |
| Binary | 1111000 | 11101 | 110001 | 0 | 1001100 | 111011 | 110101 | 101011011 | 111101 | 11101 |
Color Harmonies of #781D31
Complementary color
Monochromatic Colors of #781D31
Black with #781D31
Text Example
Text Example
White with #781D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781D31; }
p { color: rgb(120,29,49); }
H1.HeaderClassName
{
color: #781D31;
}
.AnyTagClassName
{
color: #781D31;
}
</style>
background-color css
<style>
a { background-color: #781D31; }
a { background-color: rgb(120,29,49); }
div.DivClassName
{
background-color: #781D31;
}
.BgClassName
{
background-color: #781D31;
}
</style>
border-color css
<style>
span { border-color: #781D31; }
span { border-color: rgb(120,29,49); }
td.TdClassName
{
border-color: #781D31;
}
.TagClassName
{
border-color: #781D31;
}
</style>