Shades of Red Berry #74161E
Tints of Red Berry #74161E
RGB
CMYK
RGB Variations
Color information
#74161E (or 0x74161E) is known color: Red Berry. HEX triplet: 74, 16 and 1E. RGB value is (116,22,30). Sum of RGB (Red+Green+Blue) = 116+22+30=168 (22% of max value = 765). Red value is 116 (45.70% from 255 or 69.05% from 168); Green value is 22 (8.98% from 255 or 13.10% from 168); Blue value is 30 (12.11% from 255 or 17.86% from 168); Max value from RGB is 116 - color contains mainly: red. Hex color #74161E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74161E is #8BE9E1. Grayscale: #333333. Windows color (decimal): -9169378 or 1971828. OLE color: 1971828.
HSL color Cylindrical-coordinate representation of color #74161E: hue angle of 354.89º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #74161E is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 22 | 30 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.55 |
| HSL | 354.89º | 0.68% | 0.27% | - |
| HSV(B) | 354.89º | 0.81% | 0.45% | - |
| XYZ | 7.72 | 4.38 | 1.67 | - |
| YUV | 51.02 | 116.14 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 22 | 30 | 0 | 0.81 | 0.74 | 0.55 | 354.89 | 0.68 | 0.27 |
| Hex | 74 | 16 | 1E | 0 | 51 | 4A | 37 | 163 | 44 | 1B |
| Octal | 164 | 26 | 36 | 0 | 121 | 112 | 67 | 543 | 104 | 33 |
| Binary | 1110100 | 10110 | 11110 | 0 | 1010001 | 1001010 | 110111 | 101100011 | 1000100 | 11011 |
Color Harmonies of #74161E
Complementary color
Monochromatic Colors of #74161E
Black with #74161E
Text Example
Text Example
White with #74161E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74161E; }
p { color: rgb(116,22,30); }
H1.HeaderClassName
{
color: #74161E;
}
.AnyTagClassName
{
color: #74161E;
}
</style>
background-color css
<style>
a { background-color: #74161E; }
a { background-color: rgb(116,22,30); }
div.DivClassName
{
background-color: #74161E;
}
.BgClassName
{
background-color: #74161E;
}
</style>
border-color css
<style>
span { border-color: #74161E; }
span { border-color: rgb(116,22,30); }
td.TdClassName
{
border-color: #74161E;
}
.TagClassName
{
border-color: #74161E;
}
</style>