Shades of Claret #761B30
Tints of Claret #761B30
RGB
CMYK
RGB Variations
Color information
#761B30 (or 0x761B30) is known color: Claret. HEX triplet: 76, 1B and 30. RGB value is (118,27,48). Sum of RGB (Red+Green+Blue) = 118+27+48=193 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.14% from 193); Green value is 27 (10.94% from 255 or 13.99% from 193); Blue value is 48 (19.14% from 255 or 24.87% from 193); Max value from RGB is 118 - color contains mainly: red. Hex color #761B30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761B30 is #89E4CF. Grayscale: #383838. Windows color (decimal): -9037008 or 3152758. OLE color: 3152758.
HSL color Cylindrical-coordinate representation of color #761B30: hue angle of 346.15º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #761B30 is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 27 | 48 | - |
| CMYK | 0 | 0.77 | 0.59 | 0.54 |
| HSL | 346.15º | 0.63% | 0.28% | - |
| HSV(B) | 346.15º | 0.77% | 0.46% | - |
| XYZ | 8.4 | 4.85 | 3.29 | - |
| YUV | 56.6 | 123.15 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 27 | 48 | 0 | 0.77 | 0.59 | 0.54 | 346.15 | 0.63 | 0.28 |
| Hex | 76 | 1B | 30 | 0 | 4D | 3B | 36 | 15A | 3F | 1C |
| Octal | 166 | 33 | 60 | 0 | 115 | 73 | 66 | 532 | 77 | 34 |
| Binary | 1110110 | 11011 | 110000 | 0 | 1001101 | 111011 | 110110 | 101011010 | 111111 | 11100 |
Color Harmonies of #761B30
Complementary color
Monochromatic Colors of #761B30
Black with #761B30
Text Example
Text Example
White with #761B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761B30; }
p { color: rgb(118,27,48); }
H1.HeaderClassName
{
color: #761B30;
}
.AnyTagClassName
{
color: #761B30;
}
</style>
background-color css
<style>
a { background-color: #761B30; }
a { background-color: rgb(118,27,48); }
div.DivClassName
{
background-color: #761B30;
}
.BgClassName
{
background-color: #761B30;
}
</style>
border-color css
<style>
span { border-color: #761B30; }
span { border-color: rgb(118,27,48); }
td.TdClassName
{
border-color: #761B30;
}
.TagClassName
{
border-color: #761B30;
}
</style>