Shades of Claret #741B37
Tints of Claret #741B37
RGB
CMYK
RGB Variations
Color information
#741B37 (or 0x741B37) is known color: Claret. HEX triplet: 74, 1B and 37. RGB value is (116,27,55). Sum of RGB (Red+Green+Blue) = 116+27+55=198 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.59% from 198); Green value is 27 (10.94% from 255 or 13.64% from 198); Blue value is 55 (21.88% from 255 or 27.78% from 198); Max value from RGB is 116 - color contains mainly: red. Hex color #741B37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741B37 is #8BE4C8. Grayscale: #383838. Windows color (decimal): -9168073 or 3611508. OLE color: 3611508.
HSL color Cylindrical-coordinate representation of color #741B37: hue angle of 341.12º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #741B37 is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 27 | 55 | - |
| CMYK | 0 | 0.77 | 0.53 | 0.55 |
| HSL | 341.12º | 0.62% | 0.28% | - |
| HSV(B) | 341.12º | 0.77% | 0.45% | - |
| XYZ | 8.28 | 4.77 | 4.1 | - |
| YUV | 56.8 | 126.99 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 27 | 55 | 0 | 0.77 | 0.53 | 0.55 | 341.12 | 0.62 | 0.28 |
| Hex | 74 | 1B | 37 | 0 | 4D | 35 | 37 | 155 | 3E | 1C |
| Octal | 164 | 33 | 67 | 0 | 115 | 65 | 67 | 525 | 76 | 34 |
| Binary | 1110100 | 11011 | 110111 | 0 | 1001101 | 110101 | 110111 | 101010101 | 111110 | 11100 |
Color Harmonies of #741B37
Complementary color
Monochromatic Colors of #741B37
Black with #741B37
Text Example
Text Example
White with #741B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741B37; }
p { color: rgb(116,27,55); }
H1.HeaderClassName
{
color: #741B37;
}
.AnyTagClassName
{
color: #741B37;
}
</style>
background-color css
<style>
a { background-color: #741B37; }
a { background-color: rgb(116,27,55); }
div.DivClassName
{
background-color: #741B37;
}
.BgClassName
{
background-color: #741B37;
}
</style>
border-color css
<style>
span { border-color: #741B37; }
span { border-color: rgb(116,27,55); }
td.TdClassName
{
border-color: #741B37;
}
.TagClassName
{
border-color: #741B37;
}
</style>