Shades of Claret #781838
Tints of Claret #781838
RGB
CMYK
RGB Variations
Color information
#781838 (or 0x781838) is known color: Claret. HEX triplet: 78, 18 and 38. RGB value is (120,24,56). Sum of RGB (Red+Green+Blue) = 120+24+56=200 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60% from 200); Green value is 24 (9.77% from 255 or 12% from 200); Blue value is 56 (22.27% from 255 or 28% from 200); Max value from RGB is 120 - color contains mainly: red. Hex color #781838 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781838 is #87E7C7. Grayscale: #383838. Windows color (decimal): -8906696 or 3676280. OLE color: 3676280.
HSL color Cylindrical-coordinate representation of color #781838: hue angle of 340º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #781838 is Cyan = 0, Magento = 0.8, Yellow = 0.53 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 24 | 56 | - |
| CMYK | 0 | 0.8 | 0.53 | 0.53 |
| HSL | 340º | 0.67% | 0.28% | - |
| HSV(B) | 340º | 0.8% | 0.47% | - |
| XYZ | 8.79 | 4.93 | 4.23 | - |
| YUV | 56.35 | 127.8 | 173.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 24 | 56 | 0 | 0.8 | 0.53 | 0.53 | 340 | 0.67 | 0.28 |
| Hex | 78 | 18 | 38 | 0 | 50 | 35 | 35 | 154 | 43 | 1C |
| Octal | 170 | 30 | 70 | 0 | 120 | 65 | 65 | 524 | 103 | 34 |
| Binary | 1111000 | 11000 | 111000 | 0 | 1010000 | 110101 | 110101 | 101010100 | 1000011 | 11100 |
Color Harmonies of #781838
Complementary color
Monochromatic Colors of #781838
Black with #781838
Text Example
Text Example
White with #781838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781838; }
p { color: rgb(120,24,56); }
H1.HeaderClassName
{
color: #781838;
}
.AnyTagClassName
{
color: #781838;
}
</style>
background-color css
<style>
a { background-color: #781838; }
a { background-color: rgb(120,24,56); }
div.DivClassName
{
background-color: #781838;
}
.BgClassName
{
background-color: #781838;
}
</style>
border-color css
<style>
span { border-color: #781838; }
span { border-color: rgb(120,24,56); }
td.TdClassName
{
border-color: #781838;
}
.TagClassName
{
border-color: #781838;
}
</style>