Shades of Claret #74132F
Tints of Claret #74132F
RGB
CMYK
RGB Variations
Color information
#74132F (or 0x74132F) is known color: Claret. HEX triplet: 74, 13 and 2F. RGB value is (116,19,47). Sum of RGB (Red+Green+Blue) = 116+19+47=182 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.74% from 182); Green value is 19 (7.81% from 255 or 10.44% from 182); Blue value is 47 (18.75% from 255 or 25.82% from 182); Max value from RGB is 116 - color contains mainly: red. Hex color #74132F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74132F is #8BECD0. Grayscale: #333333. Windows color (decimal): -9170129 or 3085172. OLE color: 3085172.
HSL color Cylindrical-coordinate representation of color #74132F: hue angle of 342.68º degrees, saturation: 0.72, 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 #74132F is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 19 | 47 | - |
| CMYK | 0 | 0.84 | 0.59 | 0.55 |
| HSL | 342.68º | 0.72% | 0.26% | - |
| HSV(B) | 342.68º | 0.84% | 0.45% | - |
| XYZ | 7.95 | 4.38 | 3.12 | - |
| YUV | 51.2 | 125.64 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 19 | 47 | 0 | 0.84 | 0.59 | 0.55 | 342.68 | 0.72 | 0.26 |
| Hex | 74 | 13 | 2F | 0 | 54 | 3B | 37 | 157 | 48 | 1A |
| Octal | 164 | 23 | 57 | 0 | 124 | 73 | 67 | 527 | 110 | 32 |
| Binary | 1110100 | 10011 | 101111 | 0 | 1010100 | 111011 | 110111 | 101010111 | 1001000 | 11010 |
Color Harmonies of #74132F
Complementary color
Monochromatic Colors of #74132F
Black with #74132F
Text Example
Text Example
White with #74132F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74132F; }
p { color: rgb(116,19,47); }
H1.HeaderClassName
{
color: #74132F;
}
.AnyTagClassName
{
color: #74132F;
}
</style>
background-color css
<style>
a { background-color: #74132F; }
a { background-color: rgb(116,19,47); }
div.DivClassName
{
background-color: #74132F;
}
.BgClassName
{
background-color: #74132F;
}
</style>
border-color css
<style>
span { border-color: #74132F; }
span { border-color: rgb(116,19,47); }
td.TdClassName
{
border-color: #74132F;
}
.TagClassName
{
border-color: #74132F;
}
</style>