Shades of Red Berry #741E27
Tints of Red Berry #741E27
RGB
CMYK
RGB Variations
Color information
#741E27 (or 0x741E27) is known color: Red Berry. HEX triplet: 74, 1E and 27. RGB value is (116,30,39). Sum of RGB (Red+Green+Blue) = 116+30+39=185 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.70% from 185); Green value is 30 (12.11% from 255 or 16.22% from 185); Blue value is 39 (15.62% from 255 or 21.08% from 185); Max value from RGB is 116 - color contains mainly: red. Hex color #741E27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741E27 is #8BE1D8. Grayscale: #383838. Windows color (decimal): -9167321 or 2563700. OLE color: 2563700.
HSL color Cylindrical-coordinate representation of color #741E27: hue angle of 353.72º 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 #741E27 is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 30 | 39 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.55 |
| HSL | 353.72º | 0.59% | 0.29% | - |
| HSV(B) | 353.72º | 0.74% | 0.45% | - |
| XYZ | 8.03 | 4.79 | 2.42 | - |
| YUV | 56.74 | 117.99 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 30 | 39 | 0 | 0.74 | 0.66 | 0.55 | 353.72 | 0.59 | 0.29 |
| Hex | 74 | 1E | 27 | 0 | 4A | 42 | 37 | 162 | 3B | 1D |
| Octal | 164 | 36 | 47 | 0 | 112 | 102 | 67 | 542 | 73 | 35 |
| Binary | 1110100 | 11110 | 100111 | 0 | 1001010 | 1000010 | 110111 | 101100010 | 111011 | 11101 |
Color Harmonies of #741E27
Complementary color
Monochromatic Colors of #741E27
Black with #741E27
Text Example
Text Example
White with #741E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741E27; }
p { color: rgb(116,30,39); }
H1.HeaderClassName
{
color: #741E27;
}
.AnyTagClassName
{
color: #741E27;
}
</style>
background-color css
<style>
a { background-color: #741E27; }
a { background-color: rgb(116,30,39); }
div.DivClassName
{
background-color: #741E27;
}
.BgClassName
{
background-color: #741E27;
}
</style>
border-color css
<style>
span { border-color: #741E27; }
span { border-color: rgb(116,30,39); }
td.TdClassName
{
border-color: #741E27;
}
.TagClassName
{
border-color: #741E27;
}
</style>