Shades of Claret #741C35
Tints of Claret #741C35
RGB
CMYK
RGB Variations
Color information
#741C35 (or 0x741C35) is known color: Claret. HEX triplet: 74, 1C and 35. RGB value is (116,28,53). Sum of RGB (Red+Green+Blue) = 116+28+53=197 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.88% from 197); Green value is 28 (11.33% from 255 or 14.21% from 197); Blue value is 53 (21.09% from 255 or 26.90% from 197); Max value from RGB is 116 - color contains mainly: red. Hex color #741C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741C35 is #8BE3CA. Grayscale: #393939. Windows color (decimal): -9167819 or 3480692. OLE color: 3480692.
HSL color Cylindrical-coordinate representation of color #741C35: hue angle of 342.95º 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 #741C35 is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 28 | 53 | - |
| CMYK | 0 | 0.76 | 0.54 | 0.55 |
| HSL | 342.95º | 0.61% | 0.28% | - |
| HSV(B) | 342.95º | 0.76% | 0.45% | - |
| XYZ | 8.26 | 4.8 | 3.86 | - |
| YUV | 57.16 | 125.65 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 28 | 53 | 0 | 0.76 | 0.54 | 0.55 | 342.95 | 0.61 | 0.28 |
| Hex | 74 | 1C | 35 | 0 | 4C | 36 | 37 | 157 | 3D | 1C |
| Octal | 164 | 34 | 65 | 0 | 114 | 66 | 67 | 527 | 75 | 34 |
| Binary | 1110100 | 11100 | 110101 | 0 | 1001100 | 110110 | 110111 | 101010111 | 111101 | 11100 |
Color Harmonies of #741C35
Complementary color
Monochromatic Colors of #741C35
Black with #741C35
Text Example
Text Example
White with #741C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741C35; }
p { color: rgb(116,28,53); }
H1.HeaderClassName
{
color: #741C35;
}
.AnyTagClassName
{
color: #741C35;
}
</style>
background-color css
<style>
a { background-color: #741C35; }
a { background-color: rgb(116,28,53); }
div.DivClassName
{
background-color: #741C35;
}
.BgClassName
{
background-color: #741C35;
}
</style>
border-color css
<style>
span { border-color: #741C35; }
span { border-color: rgb(116,28,53); }
td.TdClassName
{
border-color: #741C35;
}
.TagClassName
{
border-color: #741C35;
}
</style>