Shades of Claret #781F35
Tints of Claret #781F35
RGB
CMYK
RGB Variations
Color information
#781F35 (or 0x781F35) is known color: Claret. HEX triplet: 78, 1F and 35. RGB value is (120,31,53). Sum of RGB (Red+Green+Blue) = 120+31+53=204 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.82% from 204); Green value is 31 (12.5% from 255 or 15.20% from 204); Blue value is 53 (21.09% from 255 or 25.98% from 204); Max value from RGB is 120 - color contains mainly: red. Hex color #781F35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781F35 is #87E0CA. Grayscale: #3C3C3C. Windows color (decimal): -8904907 or 3481464. OLE color: 3481464.
HSL color Cylindrical-coordinate representation of color #781F35: hue angle of 345.17º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #781F35 is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 31 | 53 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.53 |
| HSL | 345.17º | 0.59% | 0.3% | - |
| HSV(B) | 345.17º | 0.74% | 0.47% | - |
| XYZ | 8.88 | 5.23 | 3.91 | - |
| YUV | 60.12 | 123.99 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 31 | 53 | 0 | 0.74 | 0.56 | 0.53 | 345.17 | 0.59 | 0.3 |
| Hex | 78 | 1F | 35 | 0 | 4A | 38 | 35 | 159 | 3B | 1E |
| Octal | 170 | 37 | 65 | 0 | 112 | 70 | 65 | 531 | 73 | 36 |
| Binary | 1111000 | 11111 | 110101 | 0 | 1001010 | 111000 | 110101 | 101011001 | 111011 | 11110 |
Color Harmonies of #781F35
Complementary color
Monochromatic Colors of #781F35
Black with #781F35
Text Example
Text Example
White with #781F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781F35; }
p { color: rgb(120,31,53); }
H1.HeaderClassName
{
color: #781F35;
}
.AnyTagClassName
{
color: #781F35;
}
</style>
background-color css
<style>
a { background-color: #781F35; }
a { background-color: rgb(120,31,53); }
div.DivClassName
{
background-color: #781F35;
}
.BgClassName
{
background-color: #781F35;
}
</style>
border-color css
<style>
span { border-color: #781F35; }
span { border-color: rgb(120,31,53); }
td.TdClassName
{
border-color: #781F35;
}
.TagClassName
{
border-color: #781F35;
}
</style>