Shades of Claret #761A38
Tints of Claret #761A38
RGB
CMYK
RGB Variations
Color information
#761A38 (or 0x761A38) is known color: Claret. HEX triplet: 76, 1A and 38. RGB value is (118,26,56). Sum of RGB (Red+Green+Blue) = 118+26+56=200 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59% from 200); Green value is 26 (10.55% from 255 or 13% from 200); Blue value is 56 (22.27% from 255 or 28% from 200); Max value from RGB is 118 - color contains mainly: red. Hex color #761A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761A38 is #89E5C7. Grayscale: #383838. Windows color (decimal): -9037256 or 3676790. OLE color: 3676790.
HSL color Cylindrical-coordinate representation of color #761A38: hue angle of 340.43º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #761A38 is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 26 | 56 | - |
| CMYK | 0 | 0.78 | 0.53 | 0.54 |
| HSL | 340.43º | 0.64% | 0.28% | - |
| HSV(B) | 340.43º | 0.78% | 0.46% | - |
| XYZ | 8.55 | 4.88 | 4.23 | - |
| YUV | 56.93 | 127.48 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 26 | 56 | 0 | 0.78 | 0.53 | 0.54 | 340.43 | 0.64 | 0.28 |
| Hex | 76 | 1A | 38 | 0 | 4E | 35 | 36 | 154 | 40 | 1C |
| Octal | 166 | 32 | 70 | 0 | 116 | 65 | 66 | 524 | 100 | 34 |
| Binary | 1110110 | 11010 | 111000 | 0 | 1001110 | 110101 | 110110 | 101010100 | 1000000 | 11100 |
Color Harmonies of #761A38
Complementary color
Monochromatic Colors of #761A38
Black with #761A38
Text Example
Text Example
White with #761A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761A38; }
p { color: rgb(118,26,56); }
H1.HeaderClassName
{
color: #761A38;
}
.AnyTagClassName
{
color: #761A38;
}
</style>
background-color css
<style>
a { background-color: #761A38; }
a { background-color: rgb(118,26,56); }
div.DivClassName
{
background-color: #761A38;
}
.BgClassName
{
background-color: #761A38;
}
</style>
border-color css
<style>
span { border-color: #761A38; }
span { border-color: rgb(118,26,56); }
td.TdClassName
{
border-color: #761A38;
}
.TagClassName
{
border-color: #761A38;
}
</style>