Shades of Claret #761F32
Tints of Claret #761F32
RGB
CMYK
RGB Variations
Color information
#761F32 (or 0x761F32) is known color: Claret. HEX triplet: 76, 1F and 32. RGB value is (118,31,50). Sum of RGB (Red+Green+Blue) = 118+31+50=199 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.30% from 199); Green value is 31 (12.5% from 255 or 15.58% from 199); Blue value is 50 (19.92% from 255 or 25.13% from 199); Max value from RGB is 118 - color contains mainly: red. Hex color #761F32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761F32 is #89E0CD. Grayscale: #3B3B3B. Windows color (decimal): -9035982 or 3284854. OLE color: 3284854.
HSL color Cylindrical-coordinate representation of color #761F32: hue angle of 346.9º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #761F32 is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 31 | 50 | - |
| CMYK | 0 | 0.74 | 0.58 | 0.54 |
| HSL | 346.9º | 0.58% | 0.29% | - |
| HSV(B) | 346.9º | 0.74% | 0.46% | - |
| XYZ | 8.54 | 5.06 | 3.54 | - |
| YUV | 59.18 | 122.82 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 31 | 50 | 0 | 0.74 | 0.58 | 0.54 | 346.9 | 0.58 | 0.29 |
| Hex | 76 | 1F | 32 | 0 | 4A | 3A | 36 | 15B | 3A | 1D |
| Octal | 166 | 37 | 62 | 0 | 112 | 72 | 66 | 533 | 72 | 35 |
| Binary | 1110110 | 11111 | 110010 | 0 | 1001010 | 111010 | 110110 | 101011011 | 111010 | 11101 |
Color Harmonies of #761F32
Complementary color
Monochromatic Colors of #761F32
Black with #761F32
Text Example
Text Example
White with #761F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761F32; }
p { color: rgb(118,31,50); }
H1.HeaderClassName
{
color: #761F32;
}
.AnyTagClassName
{
color: #761F32;
}
</style>
background-color css
<style>
a { background-color: #761F32; }
a { background-color: rgb(118,31,50); }
div.DivClassName
{
background-color: #761F32;
}
.BgClassName
{
background-color: #761F32;
}
</style>
border-color css
<style>
span { border-color: #761F32; }
span { border-color: rgb(118,31,50); }
td.TdClassName
{
border-color: #761F32;
}
.TagClassName
{
border-color: #761F32;
}
</style>