Shades of Claret #760F30
Tints of Claret #760F30
RGB
CMYK
RGB Variations
Color information
#760F30 (or 0x760F30) is known color: Claret. HEX triplet: 76, 0F and 30. RGB value is (118,15,48). Sum of RGB (Red+Green+Blue) = 118+15+48=181 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.19% from 181); Green value is 15 (6.25% from 255 or 8.29% from 181); Blue value is 48 (19.14% from 255 or 26.52% from 181); Max value from RGB is 118 - color contains mainly: red. Hex color #760F30 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760F30 is #89F0CF. Grayscale: #313131. Windows color (decimal): -9040080 or 3149686. OLE color: 3149686.
HSL color Cylindrical-coordinate representation of color #760F30: hue angle of 340.78º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #760F30 is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 15 | 48 | - |
| CMYK | 0 | 0.87 | 0.59 | 0.54 |
| HSL | 340.78º | 0.77% | 0.26% | - |
| HSV(B) | 340.78º | 0.87% | 0.46% | - |
| XYZ | 8.18 | 4.41 | 3.22 | - |
| YUV | 49.56 | 127.12 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 15 | 48 | 0 | 0.87 | 0.59 | 0.54 | 340.78 | 0.77 | 0.26 |
| Hex | 76 | F | 30 | 0 | 57 | 3B | 36 | 155 | 4D | 1A |
| Octal | 166 | 17 | 60 | 0 | 127 | 73 | 66 | 525 | 115 | 32 |
| Binary | 1110110 | 1111 | 110000 | 0 | 1010111 | 111011 | 110110 | 101010101 | 1001101 | 11010 |
Color Harmonies of #760F30
Complementary color
Monochromatic Colors of #760F30
Black with #760F30
Text Example
Text Example
White with #760F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760F30; }
p { color: rgb(118,15,48); }
H1.HeaderClassName
{
color: #760F30;
}
.AnyTagClassName
{
color: #760F30;
}
</style>
background-color css
<style>
a { background-color: #760F30; }
a { background-color: rgb(118,15,48); }
div.DivClassName
{
background-color: #760F30;
}
.BgClassName
{
background-color: #760F30;
}
</style>
border-color css
<style>
span { border-color: #760F30; }
span { border-color: rgb(118,15,48); }
td.TdClassName
{
border-color: #760F30;
}
.TagClassName
{
border-color: #760F30;
}
</style>