Shades of Red Berry #741C2B
Tints of Red Berry #741C2B
RGB
CMYK
RGB Variations
Color information
#741C2B (or 0x741C2B) is known color: Red Berry. HEX triplet: 74, 1C and 2B. RGB value is (116,28,43). Sum of RGB (Red+Green+Blue) = 116+28+43=187 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.03% from 187); Green value is 28 (11.33% from 255 or 14.97% from 187); Blue value is 43 (17.19% from 255 or 22.99% from 187); Max value from RGB is 116 - color contains mainly: red. Hex color #741C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741C2B is #8BE3D4. Grayscale: #383838. Windows color (decimal): -9167829 or 2825332. OLE color: 2825332.
HSL color Cylindrical-coordinate representation of color #741C2B: hue angle of 349.77º 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 #741C2B is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 28 | 43 | - |
| CMYK | 0 | 0.76 | 0.63 | 0.55 |
| HSL | 349.77º | 0.61% | 0.28% | - |
| HSV(B) | 349.77º | 0.76% | 0.45% | - |
| XYZ | 8.05 | 4.72 | 2.77 | - |
| YUV | 56.02 | 120.65 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 28 | 43 | 0 | 0.76 | 0.63 | 0.55 | 349.77 | 0.61 | 0.28 |
| Hex | 74 | 1C | 2B | 0 | 4C | 3F | 37 | 15E | 3D | 1C |
| Octal | 164 | 34 | 53 | 0 | 114 | 77 | 67 | 536 | 75 | 34 |
| Binary | 1110100 | 11100 | 101011 | 0 | 1001100 | 111111 | 110111 | 101011110 | 111101 | 11100 |
Color Harmonies of #741C2B
Complementary color
Monochromatic Colors of #741C2B
Black with #741C2B
Text Example
Text Example
White with #741C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741C2B; }
p { color: rgb(116,28,43); }
H1.HeaderClassName
{
color: #741C2B;
}
.AnyTagClassName
{
color: #741C2B;
}
</style>
background-color css
<style>
a { background-color: #741C2B; }
a { background-color: rgb(116,28,43); }
div.DivClassName
{
background-color: #741C2B;
}
.BgClassName
{
background-color: #741C2B;
}
</style>
border-color css
<style>
span { border-color: #741C2B; }
span { border-color: rgb(116,28,43); }
td.TdClassName
{
border-color: #741C2B;
}
.TagClassName
{
border-color: #741C2B;
}
</style>