Shades of Claret #761830
Tints of Claret #761830
RGB
CMYK
RGB Variations
Color information
#761830 (or 0x761830) is known color: Claret. HEX triplet: 76, 18 and 30. RGB value is (118,24,48). Sum of RGB (Red+Green+Blue) = 118+24+48=190 (25% of max value = 765). Red value is 118 (46.48% from 255 or 62.11% from 190); Green value is 24 (9.77% from 255 or 12.63% from 190); Blue value is 48 (19.14% from 255 or 25.26% from 190); Max value from RGB is 118 - color contains mainly: red. Hex color #761830 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761830 is #89E7CF. Grayscale: #363636. Windows color (decimal): -9037776 or 3151990. OLE color: 3151990.
HSL color Cylindrical-coordinate representation of color #761830: hue angle of 344.68º 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 #761830 is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 24 | 48 | - |
| CMYK | 0 | 0.80 | 0.59 | 0.54 |
| HSL | 344.68º | 0.66% | 0.28% | - |
| HSV(B) | 344.68º | 0.8% | 0.46% | - |
| XYZ | 8.33 | 4.72 | 3.27 | - |
| YUV | 54.84 | 124.14 | 173.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 24 | 48 | 0 | 0.80 | 0.59 | 0.54 | 344.68 | 0.66 | 0.28 |
| Hex | 76 | 18 | 30 | 0 | 50 | 3B | 36 | 159 | 42 | 1C |
| Octal | 166 | 30 | 60 | 0 | 120 | 73 | 66 | 531 | 102 | 34 |
| Binary | 1110110 | 11000 | 110000 | 0 | 1010000 | 111011 | 110110 | 101011001 | 1000010 | 11100 |
Color Harmonies of #761830
Complementary color
Monochromatic Colors of #761830
Black with #761830
Text Example
Text Example
White with #761830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761830; }
p { color: rgb(118,24,48); }
H1.HeaderClassName
{
color: #761830;
}
.AnyTagClassName
{
color: #761830;
}
</style>
background-color css
<style>
a { background-color: #761830; }
a { background-color: rgb(118,24,48); }
div.DivClassName
{
background-color: #761830;
}
.BgClassName
{
background-color: #761830;
}
</style>
border-color css
<style>
span { border-color: #761830; }
span { border-color: rgb(118,24,48); }
td.TdClassName
{
border-color: #761830;
}
.TagClassName
{
border-color: #761830;
}
</style>