Shades of Claret #781A37
Tints of Claret #781A37
RGB
CMYK
RGB Variations
Color information
#781A37 (or 0x781A37) is known color: Claret. HEX triplet: 78, 1A and 37. RGB value is (120,26,55). Sum of RGB (Red+Green+Blue) = 120+26+55=201 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.70% from 201); Green value is 26 (10.55% from 255 or 12.94% from 201); Blue value is 55 (21.88% from 255 or 27.36% from 201); Max value from RGB is 120 - color contains mainly: red. Hex color #781A37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781A37 is #87E5C8. Grayscale: #393939. Windows color (decimal): -8906185 or 3611256. OLE color: 3611256.
HSL color Cylindrical-coordinate representation of color #781A37: hue angle of 341.49º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #781A37 is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 26 | 55 | - |
| CMYK | 0 | 0.78 | 0.54 | 0.53 |
| HSL | 341.49º | 0.64% | 0.29% | - |
| HSV(B) | 341.49º | 0.78% | 0.47% | - |
| XYZ | 8.8 | 5.01 | 4.12 | - |
| YUV | 57.41 | 126.64 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 26 | 55 | 0 | 0.78 | 0.54 | 0.53 | 341.49 | 0.64 | 0.29 |
| Hex | 78 | 1A | 37 | 0 | 4E | 36 | 35 | 155 | 40 | 1D |
| Octal | 170 | 32 | 67 | 0 | 116 | 66 | 65 | 525 | 100 | 35 |
| Binary | 1111000 | 11010 | 110111 | 0 | 1001110 | 110110 | 110101 | 101010101 | 1000000 | 11101 |
Color Harmonies of #781A37
Complementary color
Monochromatic Colors of #781A37
Black with #781A37
Text Example
Text Example
White with #781A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781A37; }
p { color: rgb(120,26,55); }
H1.HeaderClassName
{
color: #781A37;
}
.AnyTagClassName
{
color: #781A37;
}
</style>
background-color css
<style>
a { background-color: #781A37; }
a { background-color: rgb(120,26,55); }
div.DivClassName
{
background-color: #781A37;
}
.BgClassName
{
background-color: #781A37;
}
</style>
border-color css
<style>
span { border-color: #781A37; }
span { border-color: rgb(120,26,55); }
td.TdClassName
{
border-color: #781A37;
}
.TagClassName
{
border-color: #781A37;
}
</style>