Shades of Claret #740F2D
Tints of Claret #740F2D
RGB
CMYK
RGB Variations
Color information
#740F2D (or 0x740F2D) is known color: Claret. HEX triplet: 74, 0F and 2D. RGB value is (116,15,45). Sum of RGB (Red+Green+Blue) = 116+15+45=176 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.91% from 176); Green value is 15 (6.25% from 255 or 8.52% from 176); Blue value is 45 (17.97% from 255 or 25.57% from 176); Max value from RGB is 116 - color contains mainly: red. Hex color #740F2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740F2D is #8BF0D2. Grayscale: #303030. Windows color (decimal): -9171155 or 2953076. OLE color: 2953076.
HSL color Cylindrical-coordinate representation of color #740F2D: hue angle of 342.18º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #740F2D is Cyan = 0, Magento = 0.87, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 15 | 45 | - |
| CMYK | 0 | 0.87 | 0.61 | 0.55 |
| HSL | 342.18º | 0.77% | 0.26% | - |
| HSV(B) | 342.18º | 0.87% | 0.45% | - |
| XYZ | 7.85 | 4.24 | 2.89 | - |
| YUV | 48.62 | 125.96 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 15 | 45 | 0 | 0.87 | 0.61 | 0.55 | 342.18 | 0.77 | 0.26 |
| Hex | 74 | F | 2D | 0 | 57 | 3D | 37 | 156 | 4D | 1A |
| Octal | 164 | 17 | 55 | 0 | 127 | 75 | 67 | 526 | 115 | 32 |
| Binary | 1110100 | 1111 | 101101 | 0 | 1010111 | 111101 | 110111 | 101010110 | 1001101 | 11010 |
Color Harmonies of #740F2D
Complementary color
Monochromatic Colors of #740F2D
Black with #740F2D
Text Example
Text Example
White with #740F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740F2D; }
p { color: rgb(116,15,45); }
H1.HeaderClassName
{
color: #740F2D;
}
.AnyTagClassName
{
color: #740F2D;
}
</style>
background-color css
<style>
a { background-color: #740F2D; }
a { background-color: rgb(116,15,45); }
div.DivClassName
{
background-color: #740F2D;
}
.BgClassName
{
background-color: #740F2D;
}
</style>
border-color css
<style>
span { border-color: #740F2D; }
span { border-color: rgb(116,15,45); }
td.TdClassName
{
border-color: #740F2D;
}
.TagClassName
{
border-color: #740F2D;
}
</style>