Shades of Claret #740D33
Tints of Claret #740D33
RGB
CMYK
RGB Variations
Color information
#740D33 (or 0x740D33) is known color: Claret. HEX triplet: 74, 0D and 33. RGB value is (116,13,51). Sum of RGB (Red+Green+Blue) = 116+13+51=180 (23% of max value = 765). Red value is 116 (45.70% from 255 or 64.44% from 180); Green value is 13 (5.47% from 255 or 7.22% from 180); Blue value is 51 (20.31% from 255 or 28.33% from 180); Max value from RGB is 116 - color contains mainly: red. Hex color #740D33 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740D33 is #8BF2CC. Grayscale: #303030. Windows color (decimal): -9171661 or 3345780. OLE color: 3345780.
HSL color Cylindrical-coordinate representation of color #740D33: hue angle of 337.86º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #740D33 is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 13 | 51 | - |
| CMYK | 0 | 0.89 | 0.56 | 0.55 |
| HSL | 337.86º | 0.8% | 0.25% | - |
| HSV(B) | 337.86º | 0.89% | 0.45% | - |
| XYZ | 7.94 | 4.24 | 3.53 | - |
| YUV | 48.13 | 129.62 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 13 | 51 | 0 | 0.89 | 0.56 | 0.55 | 337.86 | 0.8 | 0.25 |
| Hex | 74 | D | 33 | 0 | 59 | 38 | 37 | 152 | 50 | 19 |
| Octal | 164 | 15 | 63 | 0 | 131 | 70 | 67 | 522 | 120 | 31 |
| Binary | 1110100 | 1101 | 110011 | 0 | 1011001 | 111000 | 110111 | 101010010 | 1010000 | 11001 |
Color Harmonies of #740D33
Complementary color
Monochromatic Colors of #740D33
Black with #740D33
Text Example
Text Example
White with #740D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740D33; }
p { color: rgb(116,13,51); }
H1.HeaderClassName
{
color: #740D33;
}
.AnyTagClassName
{
color: #740D33;
}
</style>
background-color css
<style>
a { background-color: #740D33; }
a { background-color: rgb(116,13,51); }
div.DivClassName
{
background-color: #740D33;
}
.BgClassName
{
background-color: #740D33;
}
</style>
border-color css
<style>
span { border-color: #740D33; }
span { border-color: rgb(116,13,51); }
td.TdClassName
{
border-color: #740D33;
}
.TagClassName
{
border-color: #740D33;
}
</style>