Shades of Red Berry #741E2C
Tints of Red Berry #741E2C
RGB
CMYK
RGB Variations
Color information
#741E2C (or 0x741E2C) is known color: Red Berry. HEX triplet: 74, 1E and 2C. RGB value is (116,30,44). Sum of RGB (Red+Green+Blue) = 116+30+44=190 (25% of max value = 765). Red value is 116 (45.70% from 255 or 61.05% from 190); Green value is 30 (12.11% from 255 or 15.79% from 190); Blue value is 44 (17.58% from 255 or 23.16% from 190); Max value from RGB is 116 - color contains mainly: red. Hex color #741E2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741E2C is #8BE1D3. Grayscale: #393939. Windows color (decimal): -9167316 or 2891380. OLE color: 2891380.
HSL color Cylindrical-coordinate representation of color #741E2C: hue angle of 350.23º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #741E2C is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 30 | 44 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.55 |
| HSL | 350.23º | 0.59% | 0.29% | - |
| HSV(B) | 350.23º | 0.74% | 0.45% | - |
| XYZ | 8.12 | 4.82 | 2.89 | - |
| YUV | 57.31 | 120.49 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 30 | 44 | 0 | 0.74 | 0.62 | 0.55 | 350.23 | 0.59 | 0.29 |
| Hex | 74 | 1E | 2C | 0 | 4A | 3E | 37 | 15E | 3B | 1D |
| Octal | 164 | 36 | 54 | 0 | 112 | 76 | 67 | 536 | 73 | 35 |
| Binary | 1110100 | 11110 | 101100 | 0 | 1001010 | 111110 | 110111 | 101011110 | 111011 | 11101 |
Color Harmonies of #741E2C
Complementary color
Monochromatic Colors of #741E2C
Black with #741E2C
Text Example
Text Example
White with #741E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741E2C; }
p { color: rgb(116,30,44); }
H1.HeaderClassName
{
color: #741E2C;
}
.AnyTagClassName
{
color: #741E2C;
}
</style>
background-color css
<style>
a { background-color: #741E2C; }
a { background-color: rgb(116,30,44); }
div.DivClassName
{
background-color: #741E2C;
}
.BgClassName
{
background-color: #741E2C;
}
</style>
border-color css
<style>
span { border-color: #741E2C; }
span { border-color: rgb(116,30,44); }
td.TdClassName
{
border-color: #741E2C;
}
.TagClassName
{
border-color: #741E2C;
}
</style>