Shades of Claret #741B38
Tints of Claret #741B38
RGB
CMYK
RGB Variations
Color information
#741B38 (or 0x741B38) is known color: Claret. HEX triplet: 74, 1B and 38. RGB value is (116,27,56). Sum of RGB (Red+Green+Blue) = 116+27+56=199 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.29% from 199); Green value is 27 (10.94% from 255 or 13.57% from 199); Blue value is 56 (22.27% from 255 or 28.14% from 199); Max value from RGB is 116 - color contains mainly: red. Hex color #741B38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741B38 is #8BE4C7. Grayscale: #383838. Windows color (decimal): -9168072 or 3677044. OLE color: 3677044.
HSL color Cylindrical-coordinate representation of color #741B38: hue angle of 340.45º 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 #741B38 is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 27 | 56 | - |
| CMYK | 0 | 0.77 | 0.52 | 0.55 |
| HSL | 340.45º | 0.62% | 0.28% | - |
| HSV(B) | 340.45º | 0.77% | 0.45% | - |
| XYZ | 8.31 | 4.78 | 4.23 | - |
| YUV | 56.92 | 127.49 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 27 | 56 | 0 | 0.77 | 0.52 | 0.55 | 340.45 | 0.62 | 0.28 |
| Hex | 74 | 1B | 38 | 0 | 4D | 34 | 37 | 154 | 3E | 1C |
| Octal | 164 | 33 | 70 | 0 | 115 | 64 | 67 | 524 | 76 | 34 |
| Binary | 1110100 | 11011 | 111000 | 0 | 1001101 | 110100 | 110111 | 101010100 | 111110 | 11100 |
Color Harmonies of #741B38
Complementary color
Monochromatic Colors of #741B38
Black with #741B38
Text Example
Text Example
White with #741B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741B38; }
p { color: rgb(116,27,56); }
H1.HeaderClassName
{
color: #741B38;
}
.AnyTagClassName
{
color: #741B38;
}
</style>
background-color css
<style>
a { background-color: #741B38; }
a { background-color: rgb(116,27,56); }
div.DivClassName
{
background-color: #741B38;
}
.BgClassName
{
background-color: #741B38;
}
</style>
border-color css
<style>
span { border-color: #741B38; }
span { border-color: rgb(116,27,56); }
td.TdClassName
{
border-color: #741B38;
}
.TagClassName
{
border-color: #741B38;
}
</style>