Shades of Claret #76273B
Tints of Claret #76273B
RGB
CMYK
RGB Variations
Color information
#76273B (or 0x76273B) is known color: Claret. HEX triplet: 76, 27 and 3B. RGB value is (118,39,59). Sum of RGB (Red+Green+Blue) = 118+39+59=216 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.63% from 216); Green value is 39 (15.62% from 255 or 18.06% from 216); Blue value is 59 (23.44% from 255 or 27.31% from 216); Max value from RGB is 118 - color contains mainly: red. Hex color #76273B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76273B is #89D8C4. Grayscale: #404040. Windows color (decimal): -9033925 or 3876726. OLE color: 3876726.
HSL color Cylindrical-coordinate representation of color #76273B: hue angle of 344.81º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #76273B is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 39 | 59 | - |
| CMYK | 0 | 0.67 | 0.50 | 0.54 |
| HSL | 344.81º | 0.5% | 0.31% | - |
| HSV(B) | 344.81º | 0.67% | 0.46% | - |
| XYZ | 8.99 | 5.62 | 4.75 | - |
| YUV | 64.9 | 124.67 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 39 | 59 | 0 | 0.67 | 0.50 | 0.54 | 344.81 | 0.5 | 0.31 |
| Hex | 76 | 27 | 3B | 0 | 43 | 32 | 36 | 159 | 32 | 1F |
| Octal | 166 | 47 | 73 | 0 | 103 | 62 | 66 | 531 | 62 | 37 |
| Binary | 1110110 | 100111 | 111011 | 0 | 1000011 | 110010 | 110110 | 101011001 | 110010 | 11111 |
Color Harmonies of #76273B
Complementary color
Monochromatic Colors of #76273B
Black with #76273B
Text Example
Text Example
White with #76273B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76273B; }
p { color: rgb(118,39,59); }
H1.HeaderClassName
{
color: #76273B;
}
.AnyTagClassName
{
color: #76273B;
}
</style>
background-color css
<style>
a { background-color: #76273B; }
a { background-color: rgb(118,39,59); }
div.DivClassName
{
background-color: #76273B;
}
.BgClassName
{
background-color: #76273B;
}
</style>
border-color css
<style>
span { border-color: #76273B; }
span { border-color: rgb(118,39,59); }
td.TdClassName
{
border-color: #76273B;
}
.TagClassName
{
border-color: #76273B;
}
</style>