Shades of Claret #741C2E
Tints of Claret #741C2E
RGB
CMYK
RGB Variations
Color information
#741C2E (or 0x741C2E) is known color: Claret. HEX triplet: 74, 1C and 2E. RGB value is (116,28,46). Sum of RGB (Red+Green+Blue) = 116+28+46=190 (25% of max value = 765). Red value is 116 (45.70% from 255 or 61.05% from 190); Green value is 28 (11.33% from 255 or 14.74% from 190); Blue value is 46 (18.36% from 255 or 24.21% from 190); Max value from RGB is 116 - color contains mainly: red. Hex color #741C2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741C2E is #8BE3D1. Grayscale: #383838. Windows color (decimal): -9167826 or 3021940. OLE color: 3021940.
HSL color Cylindrical-coordinate representation of color #741C2E: hue angle of 347.73º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #741C2E is Cyan = 0, Magento = 0.76, Yellow = 0.60 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 28 | 46 | - |
| CMYK | 0 | 0.76 | 0.60 | 0.55 |
| HSL | 347.73º | 0.61% | 0.28% | - |
| HSV(B) | 347.73º | 0.76% | 0.45% | - |
| XYZ | 8.11 | 4.74 | 3.07 | - |
| YUV | 56.36 | 122.15 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 28 | 46 | 0 | 0.76 | 0.60 | 0.55 | 347.73 | 0.61 | 0.28 |
| Hex | 74 | 1C | 2E | 0 | 4C | 3C | 37 | 15C | 3D | 1C |
| Octal | 164 | 34 | 56 | 0 | 114 | 74 | 67 | 534 | 75 | 34 |
| Binary | 1110100 | 11100 | 101110 | 0 | 1001100 | 111100 | 110111 | 101011100 | 111101 | 11100 |
Color Harmonies of #741C2E
Complementary color
Monochromatic Colors of #741C2E
Black with #741C2E
Text Example
Text Example
White with #741C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741C2E; }
p { color: rgb(116,28,46); }
H1.HeaderClassName
{
color: #741C2E;
}
.AnyTagClassName
{
color: #741C2E;
}
</style>
background-color css
<style>
a { background-color: #741C2E; }
a { background-color: rgb(116,28,46); }
div.DivClassName
{
background-color: #741C2E;
}
.BgClassName
{
background-color: #741C2E;
}
</style>
border-color css
<style>
span { border-color: #741C2E; }
span { border-color: rgb(116,28,46); }
td.TdClassName
{
border-color: #741C2E;
}
.TagClassName
{
border-color: #741C2E;
}
</style>