Shades of Red Berry #74131D
Tints of Red Berry #74131D
RGB
CMYK
RGB Variations
Color information
#74131D (or 0x74131D) is known color: Red Berry. HEX triplet: 74, 13 and 1D. RGB value is (116,19,29). Sum of RGB (Red+Green+Blue) = 116+19+29=164 (21% of max value = 765). Red value is 116 (45.70% from 255 or 70.73% from 164); Green value is 19 (7.81% from 255 or 11.59% from 164); Blue value is 29 (11.72% from 255 or 17.68% from 164); Max value from RGB is 116 - color contains mainly: red. Hex color #74131D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74131D is #8BECE2. Grayscale: #313131. Windows color (decimal): -9170147 or 1905524. OLE color: 1905524.
HSL color Cylindrical-coordinate representation of color #74131D: hue angle of 353.81º 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 #74131D is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 19 | 29 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.55 |
| HSL | 353.81º | 0.72% | 0.26% | - |
| HSV(B) | 353.81º | 0.84% | 0.45% | - |
| XYZ | 7.66 | 4.27 | 1.58 | - |
| YUV | 49.14 | 116.64 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 19 | 29 | 0 | 0.84 | 0.75 | 0.55 | 353.81 | 0.72 | 0.26 |
| Hex | 74 | 13 | 1D | 0 | 54 | 4B | 37 | 162 | 48 | 1A |
| Octal | 164 | 23 | 35 | 0 | 124 | 113 | 67 | 542 | 110 | 32 |
| Binary | 1110100 | 10011 | 11101 | 0 | 1010100 | 1001011 | 110111 | 101100010 | 1001000 | 11010 |
Color Harmonies of #74131D
Complementary color
Monochromatic Colors of #74131D
Black with #74131D
Text Example
Text Example
White with #74131D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74131D; }
p { color: rgb(116,19,29); }
H1.HeaderClassName
{
color: #74131D;
}
.AnyTagClassName
{
color: #74131D;
}
</style>
background-color css
<style>
a { background-color: #74131D; }
a { background-color: rgb(116,19,29); }
div.DivClassName
{
background-color: #74131D;
}
.BgClassName
{
background-color: #74131D;
}
</style>
border-color css
<style>
span { border-color: #74131D; }
span { border-color: rgb(116,19,29); }
td.TdClassName
{
border-color: #74131D;
}
.TagClassName
{
border-color: #74131D;
}
</style>