Shades of Claret #76202F
Tints of Claret #76202F
RGB
CMYK
RGB Variations
Color information
#76202F (or 0x76202F) is known color: Claret. HEX triplet: 76, 20 and 2F. RGB value is (118,32,47). Sum of RGB (Red+Green+Blue) = 118+32+47=197 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.90% from 197); Green value is 32 (12.89% from 255 or 16.24% from 197); Blue value is 47 (18.75% from 255 or 23.86% from 197); Max value from RGB is 118 - color contains mainly: red. Hex color #76202F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76202F is #89DFD0. Grayscale: #3B3B3B. Windows color (decimal): -9035729 or 3088502. OLE color: 3088502.
HSL color Cylindrical-coordinate representation of color #76202F: hue angle of 349.53º 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 #76202F is Cyan = 0, Magento = 0.73, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 32 | 47 | - |
| CMYK | 0 | 0.73 | 0.60 | 0.54 |
| HSL | 349.53º | 0.57% | 0.29% | - |
| HSV(B) | 349.53º | 0.73% | 0.46% | - |
| XYZ | 8.5 | 5.09 | 3.22 | - |
| YUV | 59.42 | 120.99 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 32 | 47 | 0 | 0.73 | 0.60 | 0.54 | 349.53 | 0.57 | 0.29 |
| Hex | 76 | 20 | 2F | 0 | 49 | 3C | 36 | 15E | 39 | 1D |
| Octal | 166 | 40 | 57 | 0 | 111 | 74 | 66 | 536 | 71 | 35 |
| Binary | 1110110 | 100000 | 101111 | 0 | 1001001 | 111100 | 110110 | 101011110 | 111001 | 11101 |
Color Harmonies of #76202F
Complementary color
Monochromatic Colors of #76202F
Black with #76202F
Text Example
Text Example
White with #76202F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76202F; }
p { color: rgb(118,32,47); }
H1.HeaderClassName
{
color: #76202F;
}
.AnyTagClassName
{
color: #76202F;
}
</style>
background-color css
<style>
a { background-color: #76202F; }
a { background-color: rgb(118,32,47); }
div.DivClassName
{
background-color: #76202F;
}
.BgClassName
{
background-color: #76202F;
}
</style>
border-color css
<style>
span { border-color: #76202F; }
span { border-color: rgb(118,32,47); }
td.TdClassName
{
border-color: #76202F;
}
.TagClassName
{
border-color: #76202F;
}
</style>