Shades of Claret #74162D
Tints of Claret #74162D
RGB
CMYK
RGB Variations
Color information
#74162D (or 0x74162D) is known color: Claret. HEX triplet: 74, 16 and 2D. RGB value is (116,22,45). Sum of RGB (Red+Green+Blue) = 116+22+45=183 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.39% from 183); Green value is 22 (8.98% from 255 or 12.02% from 183); Blue value is 45 (17.97% from 255 or 24.59% from 183); Max value from RGB is 116 - color contains mainly: red. Hex color #74162D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74162D is #8BE9D2. Grayscale: #343434. Windows color (decimal): -9169363 or 2954868. OLE color: 2954868.
HSL color Cylindrical-coordinate representation of color #74162D: hue angle of 345.32º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #74162D is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 22 | 45 | - |
| CMYK | 0 | 0.81 | 0.61 | 0.55 |
| HSL | 345.32º | 0.68% | 0.27% | - |
| HSV(B) | 345.32º | 0.81% | 0.45% | - |
| XYZ | 7.96 | 4.48 | 2.93 | - |
| YUV | 52.73 | 123.64 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 22 | 45 | 0 | 0.81 | 0.61 | 0.55 | 345.32 | 0.68 | 0.27 |
| Hex | 74 | 16 | 2D | 0 | 51 | 3D | 37 | 159 | 44 | 1B |
| Octal | 164 | 26 | 55 | 0 | 121 | 75 | 67 | 531 | 104 | 33 |
| Binary | 1110100 | 10110 | 101101 | 0 | 1010001 | 111101 | 110111 | 101011001 | 1000100 | 11011 |
Color Harmonies of #74162D
Complementary color
Monochromatic Colors of #74162D
Black with #74162D
Text Example
Text Example
White with #74162D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74162D; }
p { color: rgb(116,22,45); }
H1.HeaderClassName
{
color: #74162D;
}
.AnyTagClassName
{
color: #74162D;
}
</style>
background-color css
<style>
a { background-color: #74162D; }
a { background-color: rgb(116,22,45); }
div.DivClassName
{
background-color: #74162D;
}
.BgClassName
{
background-color: #74162D;
}
</style>
border-color css
<style>
span { border-color: #74162D; }
span { border-color: rgb(116,22,45); }
td.TdClassName
{
border-color: #74162D;
}
.TagClassName
{
border-color: #74162D;
}
</style>