Shades of Claret #76193B
Tints of Claret #76193B
RGB
CMYK
RGB Variations
Color information
#76193B (or 0x76193B) is known color: Claret. HEX triplet: 76, 19 and 3B. RGB value is (118,25,59). Sum of RGB (Red+Green+Blue) = 118+25+59=202 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.42% from 202); Green value is 25 (10.16% from 255 or 12.38% from 202); Blue value is 59 (23.44% from 255 or 29.21% from 202); Max value from RGB is 118 - color contains mainly: red. Hex color #76193B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76193B is #89E6C4. Grayscale: #383838. Windows color (decimal): -9037509 or 3873142. OLE color: 3873142.
HSL color Cylindrical-coordinate representation of color #76193B: hue angle of 338.06º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #76193B is Cyan = 0, Magento = 0.79, Yellow = 0.50 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 25 | 59 | - |
| CMYK | 0 | 0.79 | 0.50 | 0.54 |
| HSL | 338.06º | 0.65% | 0.28% | - |
| HSV(B) | 338.06º | 0.79% | 0.46% | - |
| XYZ | 8.61 | 4.86 | 4.62 | - |
| YUV | 56.68 | 129.31 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 25 | 59 | 0 | 0.79 | 0.50 | 0.54 | 338.06 | 0.65 | 0.28 |
| Hex | 76 | 19 | 3B | 0 | 4F | 32 | 36 | 152 | 41 | 1C |
| Octal | 166 | 31 | 73 | 0 | 117 | 62 | 66 | 522 | 101 | 34 |
| Binary | 1110110 | 11001 | 111011 | 0 | 1001111 | 110010 | 110110 | 101010010 | 1000001 | 11100 |
Color Harmonies of #76193B
Complementary color
Monochromatic Colors of #76193B
Black with #76193B
Text Example
Text Example
White with #76193B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76193B; }
p { color: rgb(118,25,59); }
H1.HeaderClassName
{
color: #76193B;
}
.AnyTagClassName
{
color: #76193B;
}
</style>
background-color css
<style>
a { background-color: #76193B; }
a { background-color: rgb(118,25,59); }
div.DivClassName
{
background-color: #76193B;
}
.BgClassName
{
background-color: #76193B;
}
</style>
border-color css
<style>
span { border-color: #76193B; }
span { border-color: rgb(118,25,59); }
td.TdClassName
{
border-color: #76193B;
}
.TagClassName
{
border-color: #76193B;
}
</style>