Shades of Claret #741C38
Tints of Claret #741C38
RGB
CMYK
RGB Variations
Color information
#741C38 (or 0x741C38) is known color: Claret. HEX triplet: 74, 1C and 38. RGB value is (116,28,56). Sum of RGB (Red+Green+Blue) = 116+28+56=200 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58% from 200); Green value is 28 (11.33% from 255 or 14% from 200); Blue value is 56 (22.27% from 255 or 28% from 200); Max value from RGB is 116 - color contains mainly: red. Hex color #741C38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741C38 is #8BE3C7. Grayscale: #393939. Windows color (decimal): -9167816 or 3677300. OLE color: 3677300.
HSL color Cylindrical-coordinate representation of color #741C38: hue angle of 340.91º 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 #741C38 is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 28 | 56 | - |
| CMYK | 0 | 0.76 | 0.52 | 0.55 |
| HSL | 340.91º | 0.61% | 0.28% | - |
| HSV(B) | 340.91º | 0.76% | 0.45% | - |
| XYZ | 8.33 | 4.83 | 4.23 | - |
| YUV | 57.5 | 127.15 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 28 | 56 | 0 | 0.76 | 0.52 | 0.55 | 340.91 | 0.61 | 0.28 |
| Hex | 74 | 1C | 38 | 0 | 4C | 34 | 37 | 155 | 3D | 1C |
| Octal | 164 | 34 | 70 | 0 | 114 | 64 | 67 | 525 | 75 | 34 |
| Binary | 1110100 | 11100 | 111000 | 0 | 1001100 | 110100 | 110111 | 101010101 | 111101 | 11100 |
Color Harmonies of #741C38
Complementary color
Monochromatic Colors of #741C38
Black with #741C38
Text Example
Text Example
White with #741C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741C38; }
p { color: rgb(116,28,56); }
H1.HeaderClassName
{
color: #741C38;
}
.AnyTagClassName
{
color: #741C38;
}
</style>
background-color css
<style>
a { background-color: #741C38; }
a { background-color: rgb(116,28,56); }
div.DivClassName
{
background-color: #741C38;
}
.BgClassName
{
background-color: #741C38;
}
</style>
border-color css
<style>
span { border-color: #741C38; }
span { border-color: rgb(116,28,56); }
td.TdClassName
{
border-color: #741C38;
}
.TagClassName
{
border-color: #741C38;
}
</style>