Shades of Claret #74283A
Tints of Claret #74283A
RGB
CMYK
RGB Variations
Color information
#74283A (or 0x74283A) is known color: Claret. HEX triplet: 74, 28 and 3A. RGB value is (116,40,58). Sum of RGB (Red+Green+Blue) = 116+40+58=214 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.21% from 214); Green value is 40 (16.02% from 255 or 18.69% from 214); Blue value is 58 (23.05% from 255 or 27.10% from 214); Max value from RGB is 116 - color contains mainly: red. Hex color #74283A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74283A is #8BD7C5. Grayscale: #404040. Windows color (decimal): -9164742 or 3811444. OLE color: 3811444.
HSL color Cylindrical-coordinate representation of color #74283A: hue angle of 345.79º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #74283A is Cyan = 0, Magento = 0.66, Yellow = 0.5 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 40 | 58 | - |
| CMYK | 0 | 0.66 | 0.5 | 0.55 |
| HSL | 345.79º | 0.49% | 0.31% | - |
| HSV(B) | 345.79º | 0.66% | 0.45% | - |
| XYZ | 8.72 | 5.54 | 4.61 | - |
| YUV | 64.78 | 124.18 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 40 | 58 | 0 | 0.66 | 0.5 | 0.55 | 345.79 | 0.49 | 0.31 |
| Hex | 74 | 28 | 3A | 0 | 42 | 32 | 37 | 15A | 31 | 1F |
| Octal | 164 | 50 | 72 | 0 | 102 | 62 | 67 | 532 | 61 | 37 |
| Binary | 1110100 | 101000 | 111010 | 0 | 1000010 | 110010 | 110111 | 101011010 | 110001 | 11111 |
Color Harmonies of #74283A
Complementary color
Monochromatic Colors of #74283A
Black with #74283A
Text Example
Text Example
White with #74283A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74283A; }
p { color: rgb(116,40,58); }
H1.HeaderClassName
{
color: #74283A;
}
.AnyTagClassName
{
color: #74283A;
}
</style>
background-color css
<style>
a { background-color: #74283A; }
a { background-color: rgb(116,40,58); }
div.DivClassName
{
background-color: #74283A;
}
.BgClassName
{
background-color: #74283A;
}
</style>
border-color css
<style>
span { border-color: #74283A; }
span { border-color: rgb(116,40,58); }
td.TdClassName
{
border-color: #74283A;
}
.TagClassName
{
border-color: #74283A;
}
</style>