Shades of Red Berry #741323
Tints of Red Berry #741323
RGB
CMYK
RGB Variations
Color information
#741323 (or 0x741323) is known color: Red Berry. HEX triplet: 74, 13 and 23. RGB value is (116,19,35). Sum of RGB (Red+Green+Blue) = 116+19+35=170 (22% of max value = 765). Red value is 116 (45.70% from 255 or 68.24% from 170); Green value is 19 (7.81% from 255 or 11.18% from 170); Blue value is 35 (14.06% from 255 or 20.59% from 170); Max value from RGB is 116 - color contains mainly: red. Hex color #741323 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741323 is #8BECDC. Grayscale: #313131. Windows color (decimal): -9170141 or 2298740. OLE color: 2298740.
HSL color Cylindrical-coordinate representation of color #741323: hue angle of 350.1º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #741323 is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 19 | 35 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.55 |
| HSL | 350.1º | 0.72% | 0.26% | - |
| HSV(B) | 350.1º | 0.84% | 0.45% | - |
| XYZ | 7.74 | 4.3 | 2.01 | - |
| YUV | 49.83 | 119.64 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 19 | 35 | 0 | 0.84 | 0.70 | 0.55 | 350.1 | 0.72 | 0.26 |
| Hex | 74 | 13 | 23 | 0 | 54 | 46 | 37 | 15E | 48 | 1A |
| Octal | 164 | 23 | 43 | 0 | 124 | 106 | 67 | 536 | 110 | 32 |
| Binary | 1110100 | 10011 | 100011 | 0 | 1010100 | 1000110 | 110111 | 101011110 | 1001000 | 11010 |
Color Harmonies of #741323
Complementary color
Monochromatic Colors of #741323
Black with #741323
Text Example
Text Example
White with #741323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741323; }
p { color: rgb(116,19,35); }
H1.HeaderClassName
{
color: #741323;
}
.AnyTagClassName
{
color: #741323;
}
</style>
background-color css
<style>
a { background-color: #741323; }
a { background-color: rgb(116,19,35); }
div.DivClassName
{
background-color: #741323;
}
.BgClassName
{
background-color: #741323;
}
</style>
border-color css
<style>
span { border-color: #741323; }
span { border-color: rgb(116,19,35); }
td.TdClassName
{
border-color: #741323;
}
.TagClassName
{
border-color: #741323;
}
</style>