Shades of Claret #74293A
Tints of Claret #74293A
RGB
CMYK
RGB Variations
Color information
#74293A (or 0x74293A) is known color: Claret. HEX triplet: 74, 29 and 3A. RGB value is (116,41,58). Sum of RGB (Red+Green+Blue) = 116+41+58=215 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.95% from 215); Green value is 41 (16.41% from 255 or 19.07% from 215); Blue value is 58 (23.05% from 255 or 26.98% from 215); Max value from RGB is 116 - color contains mainly: red. Hex color #74293A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74293A is #8BD6C5. Grayscale: #414141. Windows color (decimal): -9164486 or 3811700. OLE color: 3811700.
HSL color Cylindrical-coordinate representation of color #74293A: hue angle of 346.4º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #74293A is Cyan = 0, Magento = 0.65, Yellow = 0.5 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 41 | 58 | - |
| CMYK | 0 | 0.65 | 0.5 | 0.55 |
| HSL | 346.4º | 0.48% | 0.31% | - |
| HSV(B) | 346.4º | 0.65% | 0.45% | - |
| XYZ | 8.76 | 5.6 | 4.62 | - |
| YUV | 65.36 | 123.85 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 41 | 58 | 0 | 0.65 | 0.5 | 0.55 | 346.4 | 0.48 | 0.31 |
| Hex | 74 | 29 | 3A | 0 | 41 | 32 | 37 | 15A | 30 | 1F |
| Octal | 164 | 51 | 72 | 0 | 101 | 62 | 67 | 532 | 60 | 37 |
| Binary | 1110100 | 101001 | 111010 | 0 | 1000001 | 110010 | 110111 | 101011010 | 110000 | 11111 |
Color Harmonies of #74293A
Complementary color
Monochromatic Colors of #74293A
Black with #74293A
Text Example
Text Example
White with #74293A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74293A; }
p { color: rgb(116,41,58); }
H1.HeaderClassName
{
color: #74293A;
}
.AnyTagClassName
{
color: #74293A;
}
</style>
background-color css
<style>
a { background-color: #74293A; }
a { background-color: rgb(116,41,58); }
div.DivClassName
{
background-color: #74293A;
}
.BgClassName
{
background-color: #74293A;
}
</style>
border-color css
<style>
span { border-color: #74293A; }
span { border-color: rgb(116,41,58); }
td.TdClassName
{
border-color: #74293A;
}
.TagClassName
{
border-color: #74293A;
}
</style>