Shades of Red Berry #74152A
Tints of Red Berry #74152A
RGB
CMYK
RGB Variations
Color information
#74152A (or 0x74152A) is known color: Red Berry. HEX triplet: 74, 15 and 2A. RGB value is (116,21,42). Sum of RGB (Red+Green+Blue) = 116+21+42=179 (23% of max value = 765). Red value is 116 (45.70% from 255 or 64.80% from 179); Green value is 21 (8.59% from 255 or 11.73% from 179); Blue value is 42 (16.80% from 255 or 23.46% from 179); Max value from RGB is 116 - color contains mainly: red. Hex color #74152A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74152A is #8BEAD5. Grayscale: #333333. Windows color (decimal): -9169622 or 2758004. OLE color: 2758004.
HSL color Cylindrical-coordinate representation of color #74152A: hue angle of 346.74º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #74152A is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 21 | 42 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.55 |
| HSL | 346.74º | 0.69% | 0.27% | - |
| HSV(B) | 346.74º | 0.82% | 0.45% | - |
| XYZ | 7.89 | 4.42 | 2.63 | - |
| YUV | 51.8 | 122.47 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 21 | 42 | 0 | 0.82 | 0.64 | 0.55 | 346.74 | 0.69 | 0.27 |
| Hex | 74 | 15 | 2A | 0 | 52 | 40 | 37 | 15B | 45 | 1B |
| Octal | 164 | 25 | 52 | 0 | 122 | 100 | 67 | 533 | 105 | 33 |
| Binary | 1110100 | 10101 | 101010 | 0 | 1010010 | 1000000 | 110111 | 101011011 | 1000101 | 11011 |
Color Harmonies of #74152A
Complementary color
Monochromatic Colors of #74152A
Black with #74152A
Text Example
Text Example
White with #74152A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74152A; }
p { color: rgb(116,21,42); }
H1.HeaderClassName
{
color: #74152A;
}
.AnyTagClassName
{
color: #74152A;
}
</style>
background-color css
<style>
a { background-color: #74152A; }
a { background-color: rgb(116,21,42); }
div.DivClassName
{
background-color: #74152A;
}
.BgClassName
{
background-color: #74152A;
}
</style>
border-color css
<style>
span { border-color: #74152A; }
span { border-color: rgb(116,21,42); }
td.TdClassName
{
border-color: #74152A;
}
.TagClassName
{
border-color: #74152A;
}
</style>