Shades of Claret #760E30
Tints of Claret #760E30
RGB
CMYK
RGB Variations
Color information
#760E30 (or 0x760E30) is known color: Claret. HEX triplet: 76, 0E and 30. RGB value is (118,14,48). Sum of RGB (Red+Green+Blue) = 118+14+48=180 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.56% from 180); Green value is 14 (5.86% from 255 or 7.78% from 180); Blue value is 48 (19.14% from 255 or 26.67% from 180); Max value from RGB is 118 - color contains mainly: red. Hex color #760E30 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760E30 is #89F1CF. Grayscale: #303030. Windows color (decimal): -9040336 or 3149430. OLE color: 3149430.
HSL color Cylindrical-coordinate representation of color #760E30: hue angle of 340.38º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #760E30 is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.54.
Color convert
RGB | 118 | 14 | 48 | - |
CMYK | 0 | 0.88 | 0.59 | 0.54 |
HSL | 340.38º | 0.79% | 0.26% | - |
HSV(B) | 340.38º | 0.88% | 0.46% | - |
XYZ | 8.16 | 4.38 | 3.21 | - |
YUV | 48.97 | 127.46 | 177.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 118 | 14 | 48 | 0 | 0.88 | 0.59 | 0.54 | 340.38 | 0.79 | 0.26 |
Hex | 76 | E | 30 | 0 | 58 | 3B | 36 | 154 | 4F | 1A |
Octal | 166 | 16 | 60 | 0 | 130 | 73 | 66 | 524 | 117 | 32 |
Binary | 1110110 | 1110 | 110000 | 0 | 1011000 | 111011 | 110110 | 101010100 | 1001111 | 11010 |
Color Harmonies of #760E30
Complementary color
Monochromatic Colors of #760E30
Black with #760E30
Text Example
Text Example
White with #760E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760E30; }
p { color: rgb(118,14,48); }
H1.HeaderClassName
{
color: #760E30;
}
.AnyTagClassName
{
color: #760E30;
}
</style>
background-color css
<style>
a { background-color: #760E30; }
a { background-color: rgb(118,14,48); }
div.DivClassName
{
background-color: #760E30;
}
.BgClassName
{
background-color: #760E30;
}
</style>
border-color css
<style>
span { border-color: #760E30; }
span { border-color: rgb(118,14,48); }
td.TdClassName
{
border-color: #760E30;
}
.TagClassName
{
border-color: #760E30;
}
</style>