Shades of Claret #781C36
Tints of Claret #781C36
RGB
CMYK
RGB Variations
Color information
#781C36 (or 0x781C36) is known color: Claret. HEX triplet: 78, 1C and 36. RGB value is (120,28,54). Sum of RGB (Red+Green+Blue) = 120+28+54=202 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.41% from 202); Green value is 28 (11.33% from 255 or 13.86% from 202); Blue value is 54 (21.48% from 255 or 26.73% from 202); Max value from RGB is 120 - color contains mainly: red. Hex color #781C36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781C36 is #87E3C9. Grayscale: #3A3A3A. Windows color (decimal): -8905674 or 3546232. OLE color: 3546232.
HSL color Cylindrical-coordinate representation of color #781C36: hue angle of 343.04º 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 #781C36 is Cyan = 0, Magento = 0.77, Yellow = 0.55 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 28 | 54 | - |
| CMYK | 0 | 0.77 | 0.55 | 0.53 |
| HSL | 343.04º | 0.62% | 0.29% | - |
| HSV(B) | 343.04º | 0.77% | 0.47% | - |
| XYZ | 8.83 | 5.09 | 4.01 | - |
| YUV | 58.47 | 125.48 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 28 | 54 | 0 | 0.77 | 0.55 | 0.53 | 343.04 | 0.62 | 0.29 |
| Hex | 78 | 1C | 36 | 0 | 4D | 37 | 35 | 157 | 3E | 1D |
| Octal | 170 | 34 | 66 | 0 | 115 | 67 | 65 | 527 | 76 | 35 |
| Binary | 1111000 | 11100 | 110110 | 0 | 1001101 | 110111 | 110101 | 101010111 | 111110 | 11101 |
Color Harmonies of #781C36
Complementary color
Monochromatic Colors of #781C36
Black with #781C36
Text Example
Text Example
White with #781C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781C36; }
p { color: rgb(120,28,54); }
H1.HeaderClassName
{
color: #781C36;
}
.AnyTagClassName
{
color: #781C36;
}
</style>
background-color css
<style>
a { background-color: #781C36; }
a { background-color: rgb(120,28,54); }
div.DivClassName
{
background-color: #781C36;
}
.BgClassName
{
background-color: #781C36;
}
</style>
border-color css
<style>
span { border-color: #781C36; }
span { border-color: rgb(120,28,54); }
td.TdClassName
{
border-color: #781C36;
}
.TagClassName
{
border-color: #781C36;
}
</style>