Shades of Claret #76182F
Tints of Claret #76182F
RGB
CMYK
RGB Variations
Color information
#76182F (or 0x76182F) is known color: Claret. HEX triplet: 76, 18 and 2F. RGB value is (118,24,47). Sum of RGB (Red+Green+Blue) = 118+24+47=189 (25% of max value = 765). Red value is 118 (46.48% from 255 or 62.43% from 189); Green value is 24 (9.77% from 255 or 12.70% from 189); Blue value is 47 (18.75% from 255 or 24.87% from 189); Max value from RGB is 118 - color contains mainly: red. Hex color #76182F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76182F is #89E7D0. Grayscale: #363636. Windows color (decimal): -9037777 or 3086454. OLE color: 3086454.
HSL color Cylindrical-coordinate representation of color #76182F: hue angle of 345.32º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #76182F is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 24 | 47 | - |
| CMYK | 0 | 0.80 | 0.60 | 0.54 |
| HSL | 345.32º | 0.66% | 0.28% | - |
| HSV(B) | 345.32º | 0.8% | 0.46% | - |
| XYZ | 8.31 | 4.71 | 3.16 | - |
| YUV | 54.73 | 123.64 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 24 | 47 | 0 | 0.80 | 0.60 | 0.54 | 345.32 | 0.66 | 0.28 |
| Hex | 76 | 18 | 2F | 0 | 50 | 3C | 36 | 159 | 42 | 1C |
| Octal | 166 | 30 | 57 | 0 | 120 | 74 | 66 | 531 | 102 | 34 |
| Binary | 1110110 | 11000 | 101111 | 0 | 1010000 | 111100 | 110110 | 101011001 | 1000010 | 11100 |
Color Harmonies of #76182F
Complementary color
Monochromatic Colors of #76182F
Black with #76182F
Text Example
Text Example
White with #76182F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76182F; }
p { color: rgb(118,24,47); }
H1.HeaderClassName
{
color: #76182F;
}
.AnyTagClassName
{
color: #76182F;
}
</style>
background-color css
<style>
a { background-color: #76182F; }
a { background-color: rgb(118,24,47); }
div.DivClassName
{
background-color: #76182F;
}
.BgClassName
{
background-color: #76182F;
}
</style>
border-color css
<style>
span { border-color: #76182F; }
span { border-color: rgb(118,24,47); }
td.TdClassName
{
border-color: #76182F;
}
.TagClassName
{
border-color: #76182F;
}
</style>