Shades of Claret #762033
Tints of Claret #762033
RGB
CMYK
RGB Variations
Color information
#762033 (or 0x762033) is known color: Claret. HEX triplet: 76, 20 and 33. RGB value is (118,32,51). Sum of RGB (Red+Green+Blue) = 118+32+51=201 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.71% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 51 (20.31% from 255 or 25.37% from 201); Max value from RGB is 118 - color contains mainly: red. Hex color #762033 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762033 is #89DFCC. Grayscale: #3B3B3B. Windows color (decimal): -9035725 or 3350646. OLE color: 3350646.
HSL color Cylindrical-coordinate representation of color #762033: hue angle of 346.74º 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 #762033 is Cyan = 0, Magento = 0.73, Yellow = 0.57 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 32 | 51 | - |
| CMYK | 0 | 0.73 | 0.57 | 0.54 |
| HSL | 346.74º | 0.57% | 0.29% | - |
| HSV(B) | 346.74º | 0.73% | 0.46% | - |
| XYZ | 8.59 | 5.12 | 3.67 | - |
| YUV | 59.88 | 122.99 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 32 | 51 | 0 | 0.73 | 0.57 | 0.54 | 346.74 | 0.57 | 0.29 |
| Hex | 76 | 20 | 33 | 0 | 49 | 39 | 36 | 15B | 39 | 1D |
| Octal | 166 | 40 | 63 | 0 | 111 | 71 | 66 | 533 | 71 | 35 |
| Binary | 1110110 | 100000 | 110011 | 0 | 1001001 | 111001 | 110110 | 101011011 | 111001 | 11101 |
Color Harmonies of #762033
Complementary color
Monochromatic Colors of #762033
Black with #762033
Text Example
Text Example
White with #762033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762033; }
p { color: rgb(118,32,51); }
H1.HeaderClassName
{
color: #762033;
}
.AnyTagClassName
{
color: #762033;
}
</style>
background-color css
<style>
a { background-color: #762033; }
a { background-color: rgb(118,32,51); }
div.DivClassName
{
background-color: #762033;
}
.BgClassName
{
background-color: #762033;
}
</style>
border-color css
<style>
span { border-color: #762033; }
span { border-color: rgb(118,32,51); }
td.TdClassName
{
border-color: #762033;
}
.TagClassName
{
border-color: #762033;
}
</style>