Shades of Red Berry #74151D
Tints of Red Berry #74151D
RGB
CMYK
RGB Variations
Color information
#74151D (or 0x74151D) is known color: Red Berry. HEX triplet: 74, 15 and 1D. RGB value is (116,21,29). Sum of RGB (Red+Green+Blue) = 116+21+29=166 (21% of max value = 765). Red value is 116 (45.70% from 255 or 69.88% from 166); Green value is 21 (8.59% from 255 or 12.65% from 166); Blue value is 29 (11.72% from 255 or 17.47% from 166); Max value from RGB is 116 - color contains mainly: red. Hex color #74151D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74151D is #8BEAE2. Grayscale: #323232. Windows color (decimal): -9169635 or 1906036. OLE color: 1906036.
HSL color Cylindrical-coordinate representation of color #74151D: hue angle of 354.95º 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 #74151D is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 21 | 29 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.55 |
| HSL | 354.95º | 0.69% | 0.27% | - |
| HSV(B) | 354.95º | 0.82% | 0.45% | - |
| XYZ | 7.69 | 4.34 | 1.59 | - |
| YUV | 50.32 | 115.97 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 21 | 29 | 0 | 0.82 | 0.75 | 0.55 | 354.95 | 0.69 | 0.27 |
| Hex | 74 | 15 | 1D | 0 | 52 | 4B | 37 | 163 | 45 | 1B |
| Octal | 164 | 25 | 35 | 0 | 122 | 113 | 67 | 543 | 105 | 33 |
| Binary | 1110100 | 10101 | 11101 | 0 | 1010010 | 1001011 | 110111 | 101100011 | 1000101 | 11011 |
Color Harmonies of #74151D
Complementary color
Monochromatic Colors of #74151D
Black with #74151D
Text Example
Text Example
White with #74151D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74151D; }
p { color: rgb(116,21,29); }
H1.HeaderClassName
{
color: #74151D;
}
.AnyTagClassName
{
color: #74151D;
}
</style>
background-color css
<style>
a { background-color: #74151D; }
a { background-color: rgb(116,21,29); }
div.DivClassName
{
background-color: #74151D;
}
.BgClassName
{
background-color: #74151D;
}
</style>
border-color css
<style>
span { border-color: #74151D; }
span { border-color: rgb(116,21,29); }
td.TdClassName
{
border-color: #74151D;
}
.TagClassName
{
border-color: #74151D;
}
</style>