Shades of Claret #74273A
Tints of Claret #74273A
RGB
CMYK
RGB Variations
Color information
#74273A (or 0x74273A) is known color: Claret. HEX triplet: 74, 27 and 3A. RGB value is (116,39,58). Sum of RGB (Red+Green+Blue) = 116+39+58=213 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.46% from 213); Green value is 39 (15.62% from 255 or 18.31% from 213); Blue value is 58 (23.05% from 255 or 27.23% from 213); Max value from RGB is 116 - color contains mainly: red. Hex color #74273A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74273A is #8BD8C5. Grayscale: #404040. Windows color (decimal): -9164998 or 3811188. OLE color: 3811188.
HSL color Cylindrical-coordinate representation of color #74273A: hue angle of 345.19º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #74273A is Cyan = 0, Magento = 0.66, Yellow = 0.5 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 39 | 58 | - |
| CMYK | 0 | 0.66 | 0.5 | 0.55 |
| HSL | 345.19º | 0.5% | 0.3% | - |
| HSV(B) | 345.19º | 0.66% | 0.45% | - |
| XYZ | 8.69 | 5.47 | 4.6 | - |
| YUV | 64.19 | 124.51 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 39 | 58 | 0 | 0.66 | 0.5 | 0.55 | 345.19 | 0.5 | 0.3 |
| Hex | 74 | 27 | 3A | 0 | 42 | 32 | 37 | 159 | 32 | 1E |
| Octal | 164 | 47 | 72 | 0 | 102 | 62 | 67 | 531 | 62 | 36 |
| Binary | 1110100 | 100111 | 111010 | 0 | 1000010 | 110010 | 110111 | 101011001 | 110010 | 11110 |
Color Harmonies of #74273A
Complementary color
Monochromatic Colors of #74273A
Black with #74273A
Text Example
Text Example
White with #74273A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74273A; }
p { color: rgb(116,39,58); }
H1.HeaderClassName
{
color: #74273A;
}
.AnyTagClassName
{
color: #74273A;
}
</style>
background-color css
<style>
a { background-color: #74273A; }
a { background-color: rgb(116,39,58); }
div.DivClassName
{
background-color: #74273A;
}
.BgClassName
{
background-color: #74273A;
}
</style>
border-color css
<style>
span { border-color: #74273A; }
span { border-color: rgb(116,39,58); }
td.TdClassName
{
border-color: #74273A;
}
.TagClassName
{
border-color: #74273A;
}
</style>