Shades of Claret #740C32
Tints of Claret #740C32
RGB
CMYK
RGB Variations
Color information
#740C32 (or 0x740C32) is known color: Claret. HEX triplet: 74, 0C and 32. RGB value is (116,12,50). Sum of RGB (Red+Green+Blue) = 116+12+50=178 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.17% from 178); Green value is 12 (5.08% from 255 or 6.74% from 178); Blue value is 50 (19.92% from 255 or 28.09% from 178); Max value from RGB is 116 - color contains mainly: red. Hex color #740C32 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740C32 is #8BF3CD. Grayscale: #2F2F2F. Windows color (decimal): -9171918 or 3279988. OLE color: 3279988.
HSL color Cylindrical-coordinate representation of color #740C32: hue angle of 338.08º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #740C32 is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 12 | 50 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.55 |
| HSL | 338.08º | 0.81% | 0.25% | - |
| HSV(B) | 338.08º | 0.9% | 0.45% | - |
| XYZ | 7.91 | 4.21 | 3.41 | - |
| YUV | 47.43 | 129.46 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 12 | 50 | 0 | 0.90 | 0.57 | 0.55 | 338.08 | 0.81 | 0.25 |
| Hex | 74 | C | 32 | 0 | 5A | 39 | 37 | 152 | 51 | 19 |
| Octal | 164 | 14 | 62 | 0 | 132 | 71 | 67 | 522 | 121 | 31 |
| Binary | 1110100 | 1100 | 110010 | 0 | 1011010 | 111001 | 110111 | 101010010 | 1010001 | 11001 |
Color Harmonies of #740C32
Complementary color
Monochromatic Colors of #740C32
Black with #740C32
Text Example
Text Example
White with #740C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740C32; }
p { color: rgb(116,12,50); }
H1.HeaderClassName
{
color: #740C32;
}
.AnyTagClassName
{
color: #740C32;
}
</style>
background-color css
<style>
a { background-color: #740C32; }
a { background-color: rgb(116,12,50); }
div.DivClassName
{
background-color: #740C32;
}
.BgClassName
{
background-color: #740C32;
}
</style>
border-color css
<style>
span { border-color: #740C32; }
span { border-color: rgb(116,12,50); }
td.TdClassName
{
border-color: #740C32;
}
.TagClassName
{
border-color: #740C32;
}
</style>