Shades of Claret #741B31
Tints of Claret #741B31
RGB
CMYK
RGB Variations
Color information
#741B31 (or 0x741B31) is known color: Claret. HEX triplet: 74, 1B and 31. RGB value is (116,27,49). Sum of RGB (Red+Green+Blue) = 116+27+49=192 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.42% from 192); Green value is 27 (10.94% from 255 or 14.06% from 192); Blue value is 49 (19.53% from 255 or 25.52% from 192); Max value from RGB is 116 - color contains mainly: red. Hex color #741B31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741B31 is #8BE4CE. Grayscale: #383838. Windows color (decimal): -9168079 or 3218292. OLE color: 3218292.
HSL color Cylindrical-coordinate representation of color #741B31: hue angle of 345.17º 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 #741B31 is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 27 | 49 | - |
| CMYK | 0 | 0.77 | 0.58 | 0.55 |
| HSL | 345.17º | 0.62% | 0.28% | - |
| HSV(B) | 345.17º | 0.77% | 0.45% | - |
| XYZ | 8.15 | 4.72 | 3.39 | - |
| YUV | 56.12 | 123.99 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 27 | 49 | 0 | 0.77 | 0.58 | 0.55 | 345.17 | 0.62 | 0.28 |
| Hex | 74 | 1B | 31 | 0 | 4D | 3A | 37 | 159 | 3E | 1C |
| Octal | 164 | 33 | 61 | 0 | 115 | 72 | 67 | 531 | 76 | 34 |
| Binary | 1110100 | 11011 | 110001 | 0 | 1001101 | 111010 | 110111 | 101011001 | 111110 | 11100 |
Color Harmonies of #741B31
Complementary color
Monochromatic Colors of #741B31
Black with #741B31
Text Example
Text Example
White with #741B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741B31; }
p { color: rgb(116,27,49); }
H1.HeaderClassName
{
color: #741B31;
}
.AnyTagClassName
{
color: #741B31;
}
</style>
background-color css
<style>
a { background-color: #741B31; }
a { background-color: rgb(116,27,49); }
div.DivClassName
{
background-color: #741B31;
}
.BgClassName
{
background-color: #741B31;
}
</style>
border-color css
<style>
span { border-color: #741B31; }
span { border-color: rgb(116,27,49); }
td.TdClassName
{
border-color: #741B31;
}
.TagClassName
{
border-color: #741B31;
}
</style>