Shades of Claret #741933
Tints of Claret #741933
RGB
CMYK
RGB Variations
Color information
#741933 (or 0x741933) is known color: Claret. HEX triplet: 74, 19 and 33. RGB value is (116,25,51). Sum of RGB (Red+Green+Blue) = 116+25+51=192 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.42% from 192); Green value is 25 (10.16% from 255 or 13.02% from 192); Blue value is 51 (20.31% from 255 or 26.56% from 192); Max value from RGB is 116 - color contains mainly: red. Hex color #741933 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741933 is #8BE6CC. Grayscale: #373737. Windows color (decimal): -9168589 or 3348852. OLE color: 3348852.
HSL color Cylindrical-coordinate representation of color #741933: hue angle of 342.86º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #741933 is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 25 | 51 | - |
| CMYK | 0 | 0.78 | 0.56 | 0.55 |
| HSL | 342.86º | 0.65% | 0.28% | - |
| HSV(B) | 342.86º | 0.78% | 0.45% | - |
| XYZ | 8.15 | 4.65 | 3.6 | - |
| YUV | 55.17 | 125.65 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 25 | 51 | 0 | 0.78 | 0.56 | 0.55 | 342.86 | 0.65 | 0.28 |
| Hex | 74 | 19 | 33 | 0 | 4E | 38 | 37 | 157 | 41 | 1C |
| Octal | 164 | 31 | 63 | 0 | 116 | 70 | 67 | 527 | 101 | 34 |
| Binary | 1110100 | 11001 | 110011 | 0 | 1001110 | 111000 | 110111 | 101010111 | 1000001 | 11100 |
Color Harmonies of #741933
Complementary color
Monochromatic Colors of #741933
Black with #741933
Text Example
Text Example
White with #741933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741933; }
p { color: rgb(116,25,51); }
H1.HeaderClassName
{
color: #741933;
}
.AnyTagClassName
{
color: #741933;
}
</style>
background-color css
<style>
a { background-color: #741933; }
a { background-color: rgb(116,25,51); }
div.DivClassName
{
background-color: #741933;
}
.BgClassName
{
background-color: #741933;
}
</style>
border-color css
<style>
span { border-color: #741933; }
span { border-color: rgb(116,25,51); }
td.TdClassName
{
border-color: #741933;
}
.TagClassName
{
border-color: #741933;
}
</style>