Shades of Red Berry #741321
Tints of Red Berry #741321
RGB
CMYK
RGB Variations
Color information
#741321 (or 0x741321) is known color: Red Berry. HEX triplet: 74, 13 and 21. RGB value is (116,19,33). Sum of RGB (Red+Green+Blue) = 116+19+33=168 (22% of max value = 765). Red value is 116 (45.70% from 255 or 69.05% from 168); Green value is 19 (7.81% from 255 or 11.31% from 168); Blue value is 33 (13.28% from 255 or 19.64% from 168); Max value from RGB is 116 - color contains mainly: red. Hex color #741321 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741321 is #8BECDE. Grayscale: #313131. Windows color (decimal): -9170143 or 2167668. OLE color: 2167668.
HSL color Cylindrical-coordinate representation of color #741321: hue angle of 351.34º 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 #741321 is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 19 | 33 | - |
| CMYK | 0 | 0.84 | 0.72 | 0.55 |
| HSL | 351.34º | 0.72% | 0.26% | - |
| HSV(B) | 351.34º | 0.84% | 0.45% | - |
| XYZ | 7.71 | 4.29 | 1.86 | - |
| YUV | 49.6 | 118.64 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 19 | 33 | 0 | 0.84 | 0.72 | 0.55 | 351.34 | 0.72 | 0.26 |
| Hex | 74 | 13 | 21 | 0 | 54 | 48 | 37 | 15F | 48 | 1A |
| Octal | 164 | 23 | 41 | 0 | 124 | 110 | 67 | 537 | 110 | 32 |
| Binary | 1110100 | 10011 | 100001 | 0 | 1010100 | 1001000 | 110111 | 101011111 | 1001000 | 11010 |
Color Harmonies of #741321
Complementary color
Monochromatic Colors of #741321
Black with #741321
Text Example
Text Example
White with #741321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741321; }
p { color: rgb(116,19,33); }
H1.HeaderClassName
{
color: #741321;
}
.AnyTagClassName
{
color: #741321;
}
</style>
background-color css
<style>
a { background-color: #741321; }
a { background-color: rgb(116,19,33); }
div.DivClassName
{
background-color: #741321;
}
.BgClassName
{
background-color: #741321;
}
</style>
border-color css
<style>
span { border-color: #741321; }
span { border-color: rgb(116,19,33); }
td.TdClassName
{
border-color: #741321;
}
.TagClassName
{
border-color: #741321;
}
</style>