Shades of Claret #781C3B
Tints of Claret #781C3B
RGB
CMYK
RGB Variations
Color information
#781C3B (or 0x781C3B) is known color: Claret. HEX triplet: 78, 1C and 3B. RGB value is (120,28,59). Sum of RGB (Red+Green+Blue) = 120+28+59=207 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.97% from 207); Green value is 28 (11.33% from 255 or 13.53% from 207); Blue value is 59 (23.44% from 255 or 28.50% from 207); Max value from RGB is 120 - color contains mainly: red. Hex color #781C3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781C3B is #87E3C4. Grayscale: #3B3B3B. Windows color (decimal): -8905669 or 3873912. OLE color: 3873912.
HSL color Cylindrical-coordinate representation of color #781C3B: hue angle of 339.78º 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 #781C3B is Cyan = 0, Magento = 0.77, Yellow = 0.51 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 28 | 59 | - |
| CMYK | 0 | 0.77 | 0.51 | 0.53 |
| HSL | 339.78º | 0.62% | 0.29% | - |
| HSV(B) | 339.78º | 0.77% | 0.47% | - |
| XYZ | 8.95 | 5.14 | 4.66 | - |
| YUV | 59.04 | 127.98 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 28 | 59 | 0 | 0.77 | 0.51 | 0.53 | 339.78 | 0.62 | 0.29 |
| Hex | 78 | 1C | 3B | 0 | 4D | 33 | 35 | 154 | 3E | 1D |
| Octal | 170 | 34 | 73 | 0 | 115 | 63 | 65 | 524 | 76 | 35 |
| Binary | 1111000 | 11100 | 111011 | 0 | 1001101 | 110011 | 110101 | 101010100 | 111110 | 11101 |
Color Harmonies of #781C3B
Complementary color
Monochromatic Colors of #781C3B
Black with #781C3B
Text Example
Text Example
White with #781C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781C3B; }
p { color: rgb(120,28,59); }
H1.HeaderClassName
{
color: #781C3B;
}
.AnyTagClassName
{
color: #781C3B;
}
</style>
background-color css
<style>
a { background-color: #781C3B; }
a { background-color: rgb(120,28,59); }
div.DivClassName
{
background-color: #781C3B;
}
.BgClassName
{
background-color: #781C3B;
}
</style>
border-color css
<style>
span { border-color: #781C3B; }
span { border-color: rgb(120,28,59); }
td.TdClassName
{
border-color: #781C3B;
}
.TagClassName
{
border-color: #781C3B;
}
</style>