Shades of Claret #762036
Tints of Claret #762036
RGB
CMYK
RGB Variations
Color information
#762036 (or 0x762036) is known color: Claret. HEX triplet: 76, 20 and 36. RGB value is (118,32,54). Sum of RGB (Red+Green+Blue) = 118+32+54=204 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.84% from 204); Green value is 32 (12.89% from 255 or 15.69% from 204); Blue value is 54 (21.48% from 255 or 26.47% from 204); Max value from RGB is 118 - color contains mainly: red. Hex color #762036 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762036 is #89DFC9. Grayscale: #3C3C3C. Windows color (decimal): -9035722 or 3547254. OLE color: 3547254.
HSL color Cylindrical-coordinate representation of color #762036: hue angle of 344.65º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #762036 is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 32 | 54 | - |
| CMYK | 0 | 0.73 | 0.54 | 0.54 |
| HSL | 344.65º | 0.57% | 0.29% | - |
| HSV(B) | 344.65º | 0.73% | 0.46% | - |
| XYZ | 8.65 | 5.15 | 4.03 | - |
| YUV | 60.22 | 124.49 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 32 | 54 | 0 | 0.73 | 0.54 | 0.54 | 344.65 | 0.57 | 0.29 |
| Hex | 76 | 20 | 36 | 0 | 49 | 36 | 36 | 159 | 39 | 1D |
| Octal | 166 | 40 | 66 | 0 | 111 | 66 | 66 | 531 | 71 | 35 |
| Binary | 1110110 | 100000 | 110110 | 0 | 1001001 | 110110 | 110110 | 101011001 | 111001 | 11101 |
Color Harmonies of #762036
Complementary color
Monochromatic Colors of #762036
Black with #762036
Text Example
Text Example
White with #762036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762036; }
p { color: rgb(118,32,54); }
H1.HeaderClassName
{
color: #762036;
}
.AnyTagClassName
{
color: #762036;
}
</style>
background-color css
<style>
a { background-color: #762036; }
a { background-color: rgb(118,32,54); }
div.DivClassName
{
background-color: #762036;
}
.BgClassName
{
background-color: #762036;
}
</style>
border-color css
<style>
span { border-color: #762036; }
span { border-color: rgb(118,32,54); }
td.TdClassName
{
border-color: #762036;
}
.TagClassName
{
border-color: #762036;
}
</style>