Shades of Claret #74122C
Tints of Claret #74122C
RGB
CMYK
RGB Variations
Color information
#74122C (or 0x74122C) is known color: Claret. HEX triplet: 74, 12 and 2C. RGB value is (116,18,44). Sum of RGB (Red+Green+Blue) = 116+18+44=178 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.17% from 178); Green value is 18 (7.42% from 255 or 10.11% from 178); Blue value is 44 (17.58% from 255 or 24.72% from 178); Max value from RGB is 116 - color contains mainly: red. Hex color #74122C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74122C is #8BEDD3. Grayscale: #323232. Windows color (decimal): -9170388 or 2888308. OLE color: 2888308.
HSL color Cylindrical-coordinate representation of color #74122C: hue angle of 344.08º degrees, saturation: 0.73, 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 #74122C is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 18 | 44 | - |
| CMYK | 0 | 0.84 | 0.62 | 0.55 |
| HSL | 344.08º | 0.73% | 0.26% | - |
| HSV(B) | 344.08º | 0.84% | 0.45% | - |
| XYZ | 7.87 | 4.33 | 2.8 | - |
| YUV | 50.27 | 124.47 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 18 | 44 | 0 | 0.84 | 0.62 | 0.55 | 344.08 | 0.73 | 0.26 |
| Hex | 74 | 12 | 2C | 0 | 54 | 3E | 37 | 158 | 49 | 1A |
| Octal | 164 | 22 | 54 | 0 | 124 | 76 | 67 | 530 | 111 | 32 |
| Binary | 1110100 | 10010 | 101100 | 0 | 1010100 | 111110 | 110111 | 101011000 | 1001001 | 11010 |
Color Harmonies of #74122C
Complementary color
Monochromatic Colors of #74122C
Black with #74122C
Text Example
Text Example
White with #74122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74122C; }
p { color: rgb(116,18,44); }
H1.HeaderClassName
{
color: #74122C;
}
.AnyTagClassName
{
color: #74122C;
}
</style>
background-color css
<style>
a { background-color: #74122C; }
a { background-color: rgb(116,18,44); }
div.DivClassName
{
background-color: #74122C;
}
.BgClassName
{
background-color: #74122C;
}
</style>
border-color css
<style>
span { border-color: #74122C; }
span { border-color: rgb(116,18,44); }
td.TdClassName
{
border-color: #74122C;
}
.TagClassName
{
border-color: #74122C;
}
</style>