Shades of Claret #781B3A
Tints of Claret #781B3A
RGB
CMYK
RGB Variations
Color information
#781B3A (or 0x781B3A) is known color: Claret. HEX triplet: 78, 1B and 3A. RGB value is (120,27,58). Sum of RGB (Red+Green+Blue) = 120+27+58=205 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.54% from 205); Green value is 27 (10.94% from 255 or 13.17% from 205); Blue value is 58 (23.05% from 255 or 28.29% from 205); Max value from RGB is 120 - color contains mainly: red. Hex color #781B3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781B3A is #87E4C5. Grayscale: #3A3A3A. Windows color (decimal): -8905926 or 3808120. OLE color: 3808120.
HSL color Cylindrical-coordinate representation of color #781B3A: hue angle of 340º degrees, saturation: 0.63, 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 #781B3A is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 27 | 58 | - |
| CMYK | 0 | 0.78 | 0.52 | 0.53 |
| HSL | 340º | 0.63% | 0.29% | - |
| HSV(B) | 340º | 0.78% | 0.47% | - |
| XYZ | 8.9 | 5.08 | 4.51 | - |
| YUV | 58.34 | 127.81 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 27 | 58 | 0 | 0.78 | 0.52 | 0.53 | 340 | 0.63 | 0.29 |
| Hex | 78 | 1B | 3A | 0 | 4E | 34 | 35 | 154 | 3F | 1D |
| Octal | 170 | 33 | 72 | 0 | 116 | 64 | 65 | 524 | 77 | 35 |
| Binary | 1111000 | 11011 | 111010 | 0 | 1001110 | 110100 | 110101 | 101010100 | 111111 | 11101 |
Color Harmonies of #781B3A
Complementary color
Monochromatic Colors of #781B3A
Black with #781B3A
Text Example
Text Example
White with #781B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781B3A; }
p { color: rgb(120,27,58); }
H1.HeaderClassName
{
color: #781B3A;
}
.AnyTagClassName
{
color: #781B3A;
}
</style>
background-color css
<style>
a { background-color: #781B3A; }
a { background-color: rgb(120,27,58); }
div.DivClassName
{
background-color: #781B3A;
}
.BgClassName
{
background-color: #781B3A;
}
</style>
border-color css
<style>
span { border-color: #781B3A; }
span { border-color: rgb(120,27,58); }
td.TdClassName
{
border-color: #781B3A;
}
.TagClassName
{
border-color: #781B3A;
}
</style>