Shades of Red Berry #741B2D
Tints of Red Berry #741B2D
RGB
CMYK
RGB Variations
Color information
#741B2D (or 0x741B2D) is known color: Red Berry. HEX triplet: 74, 1B and 2D. RGB value is (116,27,45). Sum of RGB (Red+Green+Blue) = 116+27+45=188 (24% of max value = 765). Red value is 116 (45.70% from 255 or 61.70% from 188); Green value is 27 (10.94% from 255 or 14.36% from 188); Blue value is 45 (17.97% from 255 or 23.94% from 188); Max value from RGB is 116 - color contains mainly: red. Hex color #741B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741B2D is #8BE4D2. Grayscale: #373737. Windows color (decimal): -9168083 or 2956148. OLE color: 2956148.
HSL color Cylindrical-coordinate representation of color #741B2D: hue angle of 347.87º 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 #741B2D is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 27 | 45 | - |
| CMYK | 0 | 0.77 | 0.61 | 0.55 |
| HSL | 347.87º | 0.62% | 0.28% | - |
| HSV(B) | 347.87º | 0.77% | 0.45% | - |
| XYZ | 8.07 | 4.69 | 2.96 | - |
| YUV | 55.66 | 121.99 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 27 | 45 | 0 | 0.77 | 0.61 | 0.55 | 347.87 | 0.62 | 0.28 |
| Hex | 74 | 1B | 2D | 0 | 4D | 3D | 37 | 15C | 3E | 1C |
| Octal | 164 | 33 | 55 | 0 | 115 | 75 | 67 | 534 | 76 | 34 |
| Binary | 1110100 | 11011 | 101101 | 0 | 1001101 | 111101 | 110111 | 101011100 | 111110 | 11100 |
Color Harmonies of #741B2D
Complementary color
Monochromatic Colors of #741B2D
Black with #741B2D
Text Example
Text Example
White with #741B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741B2D; }
p { color: rgb(116,27,45); }
H1.HeaderClassName
{
color: #741B2D;
}
.AnyTagClassName
{
color: #741B2D;
}
</style>
background-color css
<style>
a { background-color: #741B2D; }
a { background-color: rgb(116,27,45); }
div.DivClassName
{
background-color: #741B2D;
}
.BgClassName
{
background-color: #741B2D;
}
</style>
border-color css
<style>
span { border-color: #741B2D; }
span { border-color: rgb(116,27,45); }
td.TdClassName
{
border-color: #741B2D;
}
.TagClassName
{
border-color: #741B2D;
}
</style>