Shades of Claret #74152D
Tints of Claret #74152D
RGB
CMYK
RGB Variations
Color information
#74152D (or 0x74152D) is known color: Claret. HEX triplet: 74, 15 and 2D. RGB value is (116,21,45). Sum of RGB (Red+Green+Blue) = 116+21+45=182 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.74% from 182); Green value is 21 (8.59% from 255 or 11.54% from 182); Blue value is 45 (17.97% from 255 or 24.73% from 182); Max value from RGB is 116 - color contains mainly: red. Hex color #74152D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74152D is #8BEAD2. Grayscale: #343434. Windows color (decimal): -9169619 or 2954612. OLE color: 2954612.
HSL color Cylindrical-coordinate representation of color #74152D: hue angle of 344.84º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #74152D is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 21 | 45 | - |
| CMYK | 0 | 0.82 | 0.61 | 0.55 |
| HSL | 344.84º | 0.69% | 0.27% | - |
| HSV(B) | 344.84º | 0.82% | 0.45% | - |
| XYZ | 7.94 | 4.44 | 2.92 | - |
| YUV | 52.14 | 123.97 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 21 | 45 | 0 | 0.82 | 0.61 | 0.55 | 344.84 | 0.69 | 0.27 |
| Hex | 74 | 15 | 2D | 0 | 52 | 3D | 37 | 159 | 45 | 1B |
| Octal | 164 | 25 | 55 | 0 | 122 | 75 | 67 | 531 | 105 | 33 |
| Binary | 1110100 | 10101 | 101101 | 0 | 1010010 | 111101 | 110111 | 101011001 | 1000101 | 11011 |
Color Harmonies of #74152D
Complementary color
Monochromatic Colors of #74152D
Black with #74152D
Text Example
Text Example
White with #74152D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74152D; }
p { color: rgb(116,21,45); }
H1.HeaderClassName
{
color: #74152D;
}
.AnyTagClassName
{
color: #74152D;
}
</style>
background-color css
<style>
a { background-color: #74152D; }
a { background-color: rgb(116,21,45); }
div.DivClassName
{
background-color: #74152D;
}
.BgClassName
{
background-color: #74152D;
}
</style>
border-color css
<style>
span { border-color: #74152D; }
span { border-color: rgb(116,21,45); }
td.TdClassName
{
border-color: #74152D;
}
.TagClassName
{
border-color: #74152D;
}
</style>