Shades of Merlot #71333C
Tints of Merlot #71333C
RGB
CMYK
RGB Variations
Color information
#71333C (or 0x71333C) is known color: Merlot. HEX triplet: 71, 33 and 3C. RGB value is (113,51,60). Sum of RGB (Red+Green+Blue) = 113+51+60=224 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.45% from 224); Green value is 51 (20.31% from 255 or 22.77% from 224); Blue value is 60 (23.83% from 255 or 26.79% from 224); Max value from RGB is 113 - color contains mainly: red. Hex color #71333C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71333C is #8ECCC3. Grayscale: #464646. Windows color (decimal): -9358532 or 3945329. OLE color: 3945329.
HSL color Cylindrical-coordinate representation of color #71333C: hue angle of 351.29º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71333C is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 51 | 60 | - |
| CMYK | 0 | 0.55 | 0.47 | 0.56 |
| HSL | 351.29º | 0.38% | 0.32% | - |
| HSV(B) | 351.29º | 0.55% | 0.44% | - |
| XYZ | 8.81 | 6.2 | 5.01 | - |
| YUV | 70.56 | 122.04 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 51 | 60 | 0 | 0.55 | 0.47 | 0.56 | 351.29 | 0.38 | 0.32 |
| Hex | 71 | 33 | 3C | 0 | 37 | 2F | 38 | 15F | 26 | 20 |
| Octal | 161 | 63 | 74 | 0 | 67 | 57 | 70 | 537 | 46 | 40 |
| Binary | 1110001 | 110011 | 111100 | 0 | 110111 | 101111 | 111000 | 101011111 | 100110 | 100000 |
Color Harmonies of #71333C
Complementary color
Monochromatic Colors of #71333C
Black with #71333C
Text Example
Text Example
White with #71333C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71333C; }
p { color: rgb(113,51,60); }
H1.HeaderClassName
{
color: #71333C;
}
.AnyTagClassName
{
color: #71333C;
}
</style>
background-color css
<style>
a { background-color: #71333C; }
a { background-color: rgb(113,51,60); }
div.DivClassName
{
background-color: #71333C;
}
.BgClassName
{
background-color: #71333C;
}
</style>
border-color css
<style>
span { border-color: #71333C; }
span { border-color: rgb(113,51,60); }
td.TdClassName
{
border-color: #71333C;
}
.TagClassName
{
border-color: #71333C;
}
</style>