Shades of Red Berry #741E2D
Tints of Red Berry #741E2D
RGB
CMYK
RGB Variations
Color information
#741E2D (or 0x741E2D) is known color: Red Berry. HEX triplet: 74, 1E and 2D. RGB value is (116,30,45). Sum of RGB (Red+Green+Blue) = 116+30+45=191 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.73% from 191); Green value is 30 (12.11% from 255 or 15.71% from 191); Blue value is 45 (17.97% from 255 or 23.56% from 191); Max value from RGB is 116 - color contains mainly: red. Hex color #741E2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741E2D is #8BE1D2. Grayscale: #393939. Windows color (decimal): -9167315 or 2956916. OLE color: 2956916.
HSL color Cylindrical-coordinate representation of color #741E2D: hue angle of 349.53º 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 #741E2D is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 30 | 45 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.55 |
| HSL | 349.53º | 0.59% | 0.29% | - |
| HSV(B) | 349.53º | 0.74% | 0.45% | - |
| XYZ | 8.14 | 4.83 | 2.99 | - |
| YUV | 57.42 | 120.99 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 30 | 45 | 0 | 0.74 | 0.61 | 0.55 | 349.53 | 0.59 | 0.29 |
| Hex | 74 | 1E | 2D | 0 | 4A | 3D | 37 | 15E | 3B | 1D |
| Octal | 164 | 36 | 55 | 0 | 112 | 75 | 67 | 536 | 73 | 35 |
| Binary | 1110100 | 11110 | 101101 | 0 | 1001010 | 111101 | 110111 | 101011110 | 111011 | 11101 |
Color Harmonies of #741E2D
Complementary color
Monochromatic Colors of #741E2D
Black with #741E2D
Text Example
Text Example
White with #741E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741E2D; }
p { color: rgb(116,30,45); }
H1.HeaderClassName
{
color: #741E2D;
}
.AnyTagClassName
{
color: #741E2D;
}
</style>
background-color css
<style>
a { background-color: #741E2D; }
a { background-color: rgb(116,30,45); }
div.DivClassName
{
background-color: #741E2D;
}
.BgClassName
{
background-color: #741E2D;
}
</style>
border-color css
<style>
span { border-color: #741E2D; }
span { border-color: rgb(116,30,45); }
td.TdClassName
{
border-color: #741E2D;
}
.TagClassName
{
border-color: #741E2D;
}
</style>