Shades of Red Berry #741E2A
Tints of Red Berry #741E2A
RGB
CMYK
RGB Variations
Color information
#741E2A (or 0x741E2A) is known color: Red Berry. HEX triplet: 74, 1E and 2A. RGB value is (116,30,42). Sum of RGB (Red+Green+Blue) = 116+30+42=188 (24% of max value = 765). Red value is 116 (45.70% from 255 or 61.70% from 188); Green value is 30 (12.11% from 255 or 15.96% from 188); Blue value is 42 (16.80% from 255 or 22.34% from 188); Max value from RGB is 116 - color contains mainly: red. Hex color #741E2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741E2A is #8BE1D5. Grayscale: #393939. Windows color (decimal): -9167318 or 2760308. OLE color: 2760308.
HSL color Cylindrical-coordinate representation of color #741E2A: hue angle of 351.63º 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 #741E2A is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 30 | 42 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.55 |
| HSL | 351.63º | 0.59% | 0.29% | - |
| HSV(B) | 351.63º | 0.74% | 0.45% | - |
| XYZ | 8.08 | 4.81 | 2.69 | - |
| YUV | 57.08 | 119.49 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 30 | 42 | 0 | 0.74 | 0.64 | 0.55 | 351.63 | 0.59 | 0.29 |
| Hex | 74 | 1E | 2A | 0 | 4A | 40 | 37 | 160 | 3B | 1D |
| Octal | 164 | 36 | 52 | 0 | 112 | 100 | 67 | 540 | 73 | 35 |
| Binary | 1110100 | 11110 | 101010 | 0 | 1001010 | 1000000 | 110111 | 101100000 | 111011 | 11101 |
Color Harmonies of #741E2A
Complementary color
Monochromatic Colors of #741E2A
Black with #741E2A
Text Example
Text Example
White with #741E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741E2A; }
p { color: rgb(116,30,42); }
H1.HeaderClassName
{
color: #741E2A;
}
.AnyTagClassName
{
color: #741E2A;
}
</style>
background-color css
<style>
a { background-color: #741E2A; }
a { background-color: rgb(116,30,42); }
div.DivClassName
{
background-color: #741E2A;
}
.BgClassName
{
background-color: #741E2A;
}
</style>
border-color css
<style>
span { border-color: #741E2A; }
span { border-color: rgb(116,30,42); }
td.TdClassName
{
border-color: #741E2A;
}
.TagClassName
{
border-color: #741E2A;
}
</style>