Shades of Claret #741130
Tints of Claret #741130
RGB
CMYK
RGB Variations
Color information
#741130 (or 0x741130) is known color: Claret. HEX triplet: 74, 11 and 30. RGB value is (116,17,48). Sum of RGB (Red+Green+Blue) = 116+17+48=181 (23% of max value = 765). Red value is 116 (45.70% from 255 or 64.09% from 181); Green value is 17 (7.03% from 255 or 9.39% from 181); Blue value is 48 (19.14% from 255 or 26.52% from 181); Max value from RGB is 116 - color contains mainly: red. Hex color #741130 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741130 is #8BEECF. Grayscale: #323232. Windows color (decimal): -9170640 or 3150196. OLE color: 3150196.
HSL color Cylindrical-coordinate representation of color #741130: hue angle of 341.21º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #741130 is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 17 | 48 | - |
| CMYK | 0 | 0.85 | 0.59 | 0.55 |
| HSL | 341.21º | 0.74% | 0.26% | - |
| HSV(B) | 341.21º | 0.85% | 0.45% | - |
| XYZ | 7.94 | 4.33 | 3.21 | - |
| YUV | 50.14 | 126.8 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 17 | 48 | 0 | 0.85 | 0.59 | 0.55 | 341.21 | 0.74 | 0.26 |
| Hex | 74 | 11 | 30 | 0 | 55 | 3B | 37 | 155 | 4A | 1A |
| Octal | 164 | 21 | 60 | 0 | 125 | 73 | 67 | 525 | 112 | 32 |
| Binary | 1110100 | 10001 | 110000 | 0 | 1010101 | 111011 | 110111 | 101010101 | 1001010 | 11010 |
Color Harmonies of #741130
Complementary color
Monochromatic Colors of #741130
Black with #741130
Text Example
Text Example
White with #741130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741130; }
p { color: rgb(116,17,48); }
H1.HeaderClassName
{
color: #741130;
}
.AnyTagClassName
{
color: #741130;
}
</style>
background-color css
<style>
a { background-color: #741130; }
a { background-color: rgb(116,17,48); }
div.DivClassName
{
background-color: #741130;
}
.BgClassName
{
background-color: #741130;
}
</style>
border-color css
<style>
span { border-color: #741130; }
span { border-color: rgb(116,17,48); }
td.TdClassName
{
border-color: #741130;
}
.TagClassName
{
border-color: #741130;
}
</style>