Shades of Red Berry #741F2D
Tints of Red Berry #741F2D
RGB
CMYK
RGB Variations
Color information
#741F2D (or 0x741F2D) is known color: Red Berry. HEX triplet: 74, 1F and 2D. RGB value is (116,31,45). Sum of RGB (Red+Green+Blue) = 116+31+45=192 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.42% from 192); Green value is 31 (12.5% from 255 or 16.15% from 192); Blue value is 45 (17.97% from 255 or 23.44% from 192); Max value from RGB is 116 - color contains mainly: red. Hex color #741F2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741F2D is #8BE0D2. Grayscale: #3A3A3A. Windows color (decimal): -9167059 or 2957172. OLE color: 2957172.
HSL color Cylindrical-coordinate representation of color #741F2D: hue angle of 350.12º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #741F2D is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 31 | 45 | - |
| CMYK | 0 | 0.73 | 0.61 | 0.55 |
| HSL | 350.12º | 0.58% | 0.29% | - |
| HSV(B) | 350.12º | 0.73% | 0.45% | - |
| XYZ | 8.17 | 4.88 | 2.99 | - |
| YUV | 58.01 | 120.66 | 169.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 31 | 45 | 0 | 0.73 | 0.61 | 0.55 | 350.12 | 0.58 | 0.29 |
| Hex | 74 | 1F | 2D | 0 | 49 | 3D | 37 | 15E | 3A | 1D |
| Octal | 164 | 37 | 55 | 0 | 111 | 75 | 67 | 536 | 72 | 35 |
| Binary | 1110100 | 11111 | 101101 | 0 | 1001001 | 111101 | 110111 | 101011110 | 111010 | 11101 |
Color Harmonies of #741F2D
Complementary color
Monochromatic Colors of #741F2D
Black with #741F2D
Text Example
Text Example
White with #741F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741F2D; }
p { color: rgb(116,31,45); }
H1.HeaderClassName
{
color: #741F2D;
}
.AnyTagClassName
{
color: #741F2D;
}
</style>
background-color css
<style>
a { background-color: #741F2D; }
a { background-color: rgb(116,31,45); }
div.DivClassName
{
background-color: #741F2D;
}
.BgClassName
{
background-color: #741F2D;
}
</style>
border-color css
<style>
span { border-color: #741F2D; }
span { border-color: rgb(116,31,45); }
td.TdClassName
{
border-color: #741F2D;
}
.TagClassName
{
border-color: #741F2D;
}
</style>