Shades of Red Berry #740F2B
Tints of Red Berry #740F2B
RGB
CMYK
RGB Variations
Color information
#740F2B (or 0x740F2B) is known color: Red Berry. HEX triplet: 74, 0F and 2B. RGB value is (116,15,43). Sum of RGB (Red+Green+Blue) = 116+15+43=174 (23% of max value = 765). Red value is 116 (45.70% from 255 or 66.67% from 174); Green value is 15 (6.25% from 255 or 8.62% from 174); Blue value is 43 (17.19% from 255 or 24.71% from 174); Max value from RGB is 116 - color contains mainly: red. Hex color #740F2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740F2B is #8BF0D4. Grayscale: #303030. Windows color (decimal): -9171157 or 2822004. OLE color: 2822004.
HSL color Cylindrical-coordinate representation of color #740F2B: hue angle of 343.37º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #740F2B is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 15 | 43 | - |
| CMYK | 0 | 0.87 | 0.63 | 0.55 |
| HSL | 343.37º | 0.77% | 0.26% | - |
| HSV(B) | 343.37º | 0.87% | 0.45% | - |
| XYZ | 7.81 | 4.23 | 2.69 | - |
| YUV | 48.39 | 124.96 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 15 | 43 | 0 | 0.87 | 0.63 | 0.55 | 343.37 | 0.77 | 0.26 |
| Hex | 74 | F | 2B | 0 | 57 | 3F | 37 | 157 | 4D | 1A |
| Octal | 164 | 17 | 53 | 0 | 127 | 77 | 67 | 527 | 115 | 32 |
| Binary | 1110100 | 1111 | 101011 | 0 | 1010111 | 111111 | 110111 | 101010111 | 1001101 | 11010 |
Color Harmonies of #740F2B
Complementary color
Monochromatic Colors of #740F2B
Black with #740F2B
Text Example
Text Example
White with #740F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740F2B; }
p { color: rgb(116,15,43); }
H1.HeaderClassName
{
color: #740F2B;
}
.AnyTagClassName
{
color: #740F2B;
}
</style>
background-color css
<style>
a { background-color: #740F2B; }
a { background-color: rgb(116,15,43); }
div.DivClassName
{
background-color: #740F2B;
}
.BgClassName
{
background-color: #740F2B;
}
</style>
border-color css
<style>
span { border-color: #740F2B; }
span { border-color: rgb(116,15,43); }
td.TdClassName
{
border-color: #740F2B;
}
.TagClassName
{
border-color: #740F2B;
}
</style>