Shades of Red Berry #74151F
Tints of Red Berry #74151F
RGB
CMYK
RGB Variations
Color information
#74151F (or 0x74151F) is known color: Red Berry. HEX triplet: 74, 15 and 1F. RGB value is (116,21,31). Sum of RGB (Red+Green+Blue) = 116+21+31=168 (22% of max value = 765). Red value is 116 (45.70% from 255 or 69.05% from 168); Green value is 21 (8.59% from 255 or 12.5% from 168); Blue value is 31 (12.5% from 255 or 18.45% from 168); Max value from RGB is 116 - color contains mainly: red. Hex color #74151F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74151F is #8BEAE0. Grayscale: #323232. Windows color (decimal): -9169633 or 2037108. OLE color: 2037108.
HSL color Cylindrical-coordinate representation of color #74151F: hue angle of 353.68º 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 #74151F is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 21 | 31 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.55 |
| HSL | 353.68º | 0.69% | 0.27% | - |
| HSV(B) | 353.68º | 0.82% | 0.45% | - |
| XYZ | 7.72 | 4.35 | 1.73 | - |
| YUV | 50.55 | 116.97 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 21 | 31 | 0 | 0.82 | 0.73 | 0.55 | 353.68 | 0.69 | 0.27 |
| Hex | 74 | 15 | 1F | 0 | 52 | 49 | 37 | 162 | 45 | 1B |
| Octal | 164 | 25 | 37 | 0 | 122 | 111 | 67 | 542 | 105 | 33 |
| Binary | 1110100 | 10101 | 11111 | 0 | 1010010 | 1001001 | 110111 | 101100010 | 1000101 | 11011 |
Color Harmonies of #74151F
Complementary color
Monochromatic Colors of #74151F
Black with #74151F
Text Example
Text Example
White with #74151F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74151F; }
p { color: rgb(116,21,31); }
H1.HeaderClassName
{
color: #74151F;
}
.AnyTagClassName
{
color: #74151F;
}
</style>
background-color css
<style>
a { background-color: #74151F; }
a { background-color: rgb(116,21,31); }
div.DivClassName
{
background-color: #74151F;
}
.BgClassName
{
background-color: #74151F;
}
</style>
border-color css
<style>
span { border-color: #74151F; }
span { border-color: rgb(116,21,31); }
td.TdClassName
{
border-color: #74151F;
}
.TagClassName
{
border-color: #74151F;
}
</style>