Shades of Claret #761B3C
Tints of Claret #761B3C
RGB
CMYK
RGB Variations
Color information
#761B3C (or 0x761B3C) is known color: Claret. HEX triplet: 76, 1B and 3C. RGB value is (118,27,60). Sum of RGB (Red+Green+Blue) = 118+27+60=205 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.56% from 205); Green value is 27 (10.94% from 255 or 13.17% from 205); Blue value is 60 (23.83% from 255 or 29.27% from 205); Max value from RGB is 118 - color contains mainly: red. Hex color #761B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761B3C is #89E4C3. Grayscale: #393939. Windows color (decimal): -9036996 or 3939190. OLE color: 3939190.
HSL color Cylindrical-coordinate representation of color #761B3C: hue angle of 338.24º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #761B3C is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 27 | 60 | - |
| CMYK | 0 | 0.77 | 0.49 | 0.54 |
| HSL | 338.24º | 0.63% | 0.28% | - |
| HSV(B) | 338.24º | 0.77% | 0.46% | - |
| XYZ | 8.68 | 4.96 | 4.78 | - |
| YUV | 57.97 | 129.15 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 27 | 60 | 0 | 0.77 | 0.49 | 0.54 | 338.24 | 0.63 | 0.28 |
| Hex | 76 | 1B | 3C | 0 | 4D | 31 | 36 | 152 | 3F | 1C |
| Octal | 166 | 33 | 74 | 0 | 115 | 61 | 66 | 522 | 77 | 34 |
| Binary | 1110110 | 11011 | 111100 | 0 | 1001101 | 110001 | 110110 | 101010010 | 111111 | 11100 |
Color Harmonies of #761B3C
Complementary color
Monochromatic Colors of #761B3C
Black with #761B3C
Text Example
Text Example
White with #761B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761B3C; }
p { color: rgb(118,27,60); }
H1.HeaderClassName
{
color: #761B3C;
}
.AnyTagClassName
{
color: #761B3C;
}
</style>
background-color css
<style>
a { background-color: #761B3C; }
a { background-color: rgb(118,27,60); }
div.DivClassName
{
background-color: #761B3C;
}
.BgClassName
{
background-color: #761B3C;
}
</style>
border-color css
<style>
span { border-color: #761B3C; }
span { border-color: rgb(118,27,60); }
td.TdClassName
{
border-color: #761B3C;
}
.TagClassName
{
border-color: #761B3C;
}
</style>