Shades of Claret #74132C
Tints of Claret #74132C
RGB
CMYK
RGB Variations
Color information
#74132C (or 0x74132C) is known color: Claret. HEX triplet: 74, 13 and 2C. RGB value is (116,19,44). Sum of RGB (Red+Green+Blue) = 116+19+44=179 (23% of max value = 765). Red value is 116 (45.70% from 255 or 64.80% from 179); Green value is 19 (7.81% from 255 or 10.61% from 179); Blue value is 44 (17.58% from 255 or 24.58% from 179); Max value from RGB is 116 - color contains mainly: red. Hex color #74132C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74132C is #8BECD3. Grayscale: #323232. Windows color (decimal): -9170132 or 2888564. OLE color: 2888564.
HSL color Cylindrical-coordinate representation of color #74132C: hue angle of 344.54º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #74132C is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 19 | 44 | - |
| CMYK | 0 | 0.84 | 0.62 | 0.55 |
| HSL | 344.54º | 0.72% | 0.26% | - |
| HSV(B) | 344.54º | 0.84% | 0.45% | - |
| XYZ | 7.89 | 4.36 | 2.81 | - |
| YUV | 50.85 | 124.14 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 19 | 44 | 0 | 0.84 | 0.62 | 0.55 | 344.54 | 0.72 | 0.26 |
| Hex | 74 | 13 | 2C | 0 | 54 | 3E | 37 | 159 | 48 | 1A |
| Octal | 164 | 23 | 54 | 0 | 124 | 76 | 67 | 531 | 110 | 32 |
| Binary | 1110100 | 10011 | 101100 | 0 | 1010100 | 111110 | 110111 | 101011001 | 1001000 | 11010 |
Color Harmonies of #74132C
Complementary color
Monochromatic Colors of #74132C
Black with #74132C
Text Example
Text Example
White with #74132C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74132C; }
p { color: rgb(116,19,44); }
H1.HeaderClassName
{
color: #74132C;
}
.AnyTagClassName
{
color: #74132C;
}
</style>
background-color css
<style>
a { background-color: #74132C; }
a { background-color: rgb(116,19,44); }
div.DivClassName
{
background-color: #74132C;
}
.BgClassName
{
background-color: #74132C;
}
</style>
border-color css
<style>
span { border-color: #74132C; }
span { border-color: rgb(116,19,44); }
td.TdClassName
{
border-color: #74132C;
}
.TagClassName
{
border-color: #74132C;
}
</style>