Shades of Claret #740F2F
Tints of Claret #740F2F
RGB
CMYK
RGB Variations
Color information
#740F2F (or 0x740F2F) is known color: Claret. HEX triplet: 74, 0F and 2F. RGB value is (116,15,47). Sum of RGB (Red+Green+Blue) = 116+15+47=178 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.17% from 178); Green value is 15 (6.25% from 255 or 8.43% from 178); Blue value is 47 (18.75% from 255 or 26.40% from 178); Max value from RGB is 116 - color contains mainly: red. Hex color #740F2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740F2F is #8BF0D0. Grayscale: #303030. Windows color (decimal): -9171153 or 3084148. OLE color: 3084148.
HSL color Cylindrical-coordinate representation of color #740F2F: hue angle of 340.99º 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 #740F2F is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 15 | 47 | - |
| CMYK | 0 | 0.87 | 0.59 | 0.55 |
| HSL | 340.99º | 0.77% | 0.26% | - |
| HSV(B) | 340.99º | 0.87% | 0.45% | - |
| XYZ | 7.89 | 4.26 | 3.1 | - |
| YUV | 48.85 | 126.96 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 15 | 47 | 0 | 0.87 | 0.59 | 0.55 | 340.99 | 0.77 | 0.26 |
| Hex | 74 | F | 2F | 0 | 57 | 3B | 37 | 155 | 4D | 1A |
| Octal | 164 | 17 | 57 | 0 | 127 | 73 | 67 | 525 | 115 | 32 |
| Binary | 1110100 | 1111 | 101111 | 0 | 1010111 | 111011 | 110111 | 101010101 | 1001101 | 11010 |
Color Harmonies of #740F2F
Complementary color
Monochromatic Colors of #740F2F
Black with #740F2F
Text Example
Text Example
White with #740F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740F2F; }
p { color: rgb(116,15,47); }
H1.HeaderClassName
{
color: #740F2F;
}
.AnyTagClassName
{
color: #740F2F;
}
</style>
background-color css
<style>
a { background-color: #740F2F; }
a { background-color: rgb(116,15,47); }
div.DivClassName
{
background-color: #740F2F;
}
.BgClassName
{
background-color: #740F2F;
}
</style>
border-color css
<style>
span { border-color: #740F2F; }
span { border-color: rgb(116,15,47); }
td.TdClassName
{
border-color: #740F2F;
}
.TagClassName
{
border-color: #740F2F;
}
</style>