Shades of Red Berry #741C2D
Tints of Red Berry #741C2D
RGB
CMYK
RGB Variations
Color information
#741C2D (or 0x741C2D) is known color: Red Berry. HEX triplet: 74, 1C and 2D. RGB value is (116,28,45). Sum of RGB (Red+Green+Blue) = 116+28+45=189 (25% of max value = 765). Red value is 116 (45.70% from 255 or 61.38% from 189); Green value is 28 (11.33% from 255 or 14.81% from 189); Blue value is 45 (17.97% from 255 or 23.81% from 189); Max value from RGB is 116 - color contains mainly: red. Hex color #741C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741C2D is #8BE3D2. Grayscale: #383838. Windows color (decimal): -9167827 or 2956404. OLE color: 2956404.
HSL color Cylindrical-coordinate representation of color #741C2D: hue angle of 348.41º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #741C2D is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 28 | 45 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.55 |
| HSL | 348.41º | 0.61% | 0.28% | - |
| HSV(B) | 348.41º | 0.76% | 0.45% | - |
| XYZ | 8.09 | 4.73 | 2.97 | - |
| YUV | 56.25 | 121.65 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 28 | 45 | 0 | 0.76 | 0.61 | 0.55 | 348.41 | 0.61 | 0.28 |
| Hex | 74 | 1C | 2D | 0 | 4C | 3D | 37 | 15C | 3D | 1C |
| Octal | 164 | 34 | 55 | 0 | 114 | 75 | 67 | 534 | 75 | 34 |
| Binary | 1110100 | 11100 | 101101 | 0 | 1001100 | 111101 | 110111 | 101011100 | 111101 | 11100 |
Color Harmonies of #741C2D
Complementary color
Monochromatic Colors of #741C2D
Black with #741C2D
Text Example
Text Example
White with #741C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741C2D; }
p { color: rgb(116,28,45); }
H1.HeaderClassName
{
color: #741C2D;
}
.AnyTagClassName
{
color: #741C2D;
}
</style>
background-color css
<style>
a { background-color: #741C2D; }
a { background-color: rgb(116,28,45); }
div.DivClassName
{
background-color: #741C2D;
}
.BgClassName
{
background-color: #741C2D;
}
</style>
border-color css
<style>
span { border-color: #741C2D; }
span { border-color: rgb(116,28,45); }
td.TdClassName
{
border-color: #741C2D;
}
.TagClassName
{
border-color: #741C2D;
}
</style>