Shades of Claret #74213A
Tints of Claret #74213A
RGB
CMYK
RGB Variations
Color information
#74213A (or 0x74213A) is known color: Claret. HEX triplet: 74, 21 and 3A. RGB value is (116,33,58). Sum of RGB (Red+Green+Blue) = 116+33+58=207 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.04% from 207); Green value is 33 (13.28% from 255 or 15.94% from 207); Blue value is 58 (23.05% from 255 or 28.02% from 207); Max value from RGB is 116 - color contains mainly: red. Hex color #74213A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74213A is #8BDEC5. Grayscale: #3C3C3C. Windows color (decimal): -9166534 or 3809652. OLE color: 3809652.
HSL color Cylindrical-coordinate representation of color #74213A: hue angle of 341.93º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #74213A is Cyan = 0, Magento = 0.72, Yellow = 0.5 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 33 | 58 | - |
| CMYK | 0 | 0.72 | 0.5 | 0.55 |
| HSL | 341.93º | 0.56% | 0.29% | - |
| HSV(B) | 341.93º | 0.72% | 0.45% | - |
| XYZ | 8.51 | 5.11 | 4.54 | - |
| YUV | 60.67 | 126.5 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 33 | 58 | 0 | 0.72 | 0.5 | 0.55 | 341.93 | 0.56 | 0.29 |
| Hex | 74 | 21 | 3A | 0 | 48 | 32 | 37 | 156 | 38 | 1D |
| Octal | 164 | 41 | 72 | 0 | 110 | 62 | 67 | 526 | 70 | 35 |
| Binary | 1110100 | 100001 | 111010 | 0 | 1001000 | 110010 | 110111 | 101010110 | 111000 | 11101 |
Color Harmonies of #74213A
Complementary color
Monochromatic Colors of #74213A
Black with #74213A
Text Example
Text Example
White with #74213A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74213A; }
p { color: rgb(116,33,58); }
H1.HeaderClassName
{
color: #74213A;
}
.AnyTagClassName
{
color: #74213A;
}
</style>
background-color css
<style>
a { background-color: #74213A; }
a { background-color: rgb(116,33,58); }
div.DivClassName
{
background-color: #74213A;
}
.BgClassName
{
background-color: #74213A;
}
</style>
border-color css
<style>
span { border-color: #74213A; }
span { border-color: rgb(116,33,58); }
td.TdClassName
{
border-color: #74213A;
}
.TagClassName
{
border-color: #74213A;
}
</style>