Shades of Claret #762135
Tints of Claret #762135
RGB
CMYK
RGB Variations
Color information
#762135 (or 0x762135) is known color: Claret. HEX triplet: 76, 21 and 35. RGB value is (118,33,53). Sum of RGB (Red+Green+Blue) = 118+33+53=204 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.84% from 204); Green value is 33 (13.28% from 255 or 16.18% from 204); Blue value is 53 (21.09% from 255 or 25.98% from 204); Max value from RGB is 118 - color contains mainly: red. Hex color #762135 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762135 is #89DECA. Grayscale: #3C3C3C. Windows color (decimal): -9035467 or 3481974. OLE color: 3481974.
HSL color Cylindrical-coordinate representation of color #762135: hue angle of 345.88º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #762135 is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 33 | 53 | - |
| CMYK | 0 | 0.72 | 0.55 | 0.54 |
| HSL | 345.88º | 0.56% | 0.3% | - |
| HSV(B) | 345.88º | 0.72% | 0.46% | - |
| XYZ | 8.66 | 5.2 | 3.91 | - |
| YUV | 60.7 | 123.66 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 33 | 53 | 0 | 0.72 | 0.55 | 0.54 | 345.88 | 0.56 | 0.3 |
| Hex | 76 | 21 | 35 | 0 | 48 | 37 | 36 | 15A | 38 | 1E |
| Octal | 166 | 41 | 65 | 0 | 110 | 67 | 66 | 532 | 70 | 36 |
| Binary | 1110110 | 100001 | 110101 | 0 | 1001000 | 110111 | 110110 | 101011010 | 111000 | 11110 |
Color Harmonies of #762135
Complementary color
Monochromatic Colors of #762135
Black with #762135
Text Example
Text Example
White with #762135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762135; }
p { color: rgb(118,33,53); }
H1.HeaderClassName
{
color: #762135;
}
.AnyTagClassName
{
color: #762135;
}
</style>
background-color css
<style>
a { background-color: #762135; }
a { background-color: rgb(118,33,53); }
div.DivClassName
{
background-color: #762135;
}
.BgClassName
{
background-color: #762135;
}
</style>
border-color css
<style>
span { border-color: #762135; }
span { border-color: rgb(118,33,53); }
td.TdClassName
{
border-color: #762135;
}
.TagClassName
{
border-color: #762135;
}
</style>