Shades of Claret #781C31
Tints of Claret #781C31
RGB
CMYK
RGB Variations
Color information
#781C31 (or 0x781C31) is known color: Claret. HEX triplet: 78, 1C and 31. RGB value is (120,28,49). Sum of RGB (Red+Green+Blue) = 120+28+49=197 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.91% from 197); Green value is 28 (11.33% from 255 or 14.21% from 197); Blue value is 49 (19.53% from 255 or 24.87% from 197); Max value from RGB is 120 - color contains mainly: red. Hex color #781C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781C31 is #87E3CE. Grayscale: #393939. Windows color (decimal): -8905679 or 3218552. OLE color: 3218552.
HSL color Cylindrical-coordinate representation of color #781C31: hue angle of 346.3º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #781C31 is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 28 | 49 | - |
| CMYK | 0 | 0.77 | 0.59 | 0.53 |
| HSL | 346.3º | 0.62% | 0.29% | - |
| HSV(B) | 346.3º | 0.77% | 0.47% | - |
| XYZ | 8.72 | 5.05 | 3.42 | - |
| YUV | 57.9 | 122.98 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 28 | 49 | 0 | 0.77 | 0.59 | 0.53 | 346.3 | 0.62 | 0.29 |
| Hex | 78 | 1C | 31 | 0 | 4D | 3B | 35 | 15A | 3E | 1D |
| Octal | 170 | 34 | 61 | 0 | 115 | 73 | 65 | 532 | 76 | 35 |
| Binary | 1111000 | 11100 | 110001 | 0 | 1001101 | 111011 | 110101 | 101011010 | 111110 | 11101 |
Color Harmonies of #781C31
Complementary color
Monochromatic Colors of #781C31
Black with #781C31
Text Example
Text Example
White with #781C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781C31; }
p { color: rgb(120,28,49); }
H1.HeaderClassName
{
color: #781C31;
}
.AnyTagClassName
{
color: #781C31;
}
</style>
background-color css
<style>
a { background-color: #781C31; }
a { background-color: rgb(120,28,49); }
div.DivClassName
{
background-color: #781C31;
}
.BgClassName
{
background-color: #781C31;
}
</style>
border-color css
<style>
span { border-color: #781C31; }
span { border-color: rgb(120,28,49); }
td.TdClassName
{
border-color: #781C31;
}
.TagClassName
{
border-color: #781C31;
}
</style>