Shades of Red Berry #74142A
Tints of Red Berry #74142A
RGB
CMYK
RGB Variations
Color information
#74142A (or 0x74142A) is known color: Red Berry. HEX triplet: 74, 14 and 2A. RGB value is (116,20,42). Sum of RGB (Red+Green+Blue) = 116+20+42=178 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.17% from 178); Green value is 20 (8.20% from 255 or 11.24% from 178); Blue value is 42 (16.80% from 255 or 23.60% from 178); Max value from RGB is 116 - color contains mainly: red. Hex color #74142A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74142A is #8BEBD5. Grayscale: #333333. Windows color (decimal): -9169878 or 2757748. OLE color: 2757748.
HSL color Cylindrical-coordinate representation of color #74142A: hue angle of 346.25º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #74142A is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 20 | 42 | - |
| CMYK | 0 | 0.83 | 0.64 | 0.55 |
| HSL | 346.25º | 0.71% | 0.27% | - |
| HSV(B) | 346.25º | 0.83% | 0.45% | - |
| XYZ | 7.87 | 4.38 | 2.62 | - |
| YUV | 51.21 | 122.8 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 20 | 42 | 0 | 0.83 | 0.64 | 0.55 | 346.25 | 0.71 | 0.27 |
| Hex | 74 | 14 | 2A | 0 | 53 | 40 | 37 | 15A | 47 | 1B |
| Octal | 164 | 24 | 52 | 0 | 123 | 100 | 67 | 532 | 107 | 33 |
| Binary | 1110100 | 10100 | 101010 | 0 | 1010011 | 1000000 | 110111 | 101011010 | 1000111 | 11011 |
Color Harmonies of #74142A
Complementary color
Monochromatic Colors of #74142A
Black with #74142A
Text Example
Text Example
White with #74142A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74142A; }
p { color: rgb(116,20,42); }
H1.HeaderClassName
{
color: #74142A;
}
.AnyTagClassName
{
color: #74142A;
}
</style>
background-color css
<style>
a { background-color: #74142A; }
a { background-color: rgb(116,20,42); }
div.DivClassName
{
background-color: #74142A;
}
.BgClassName
{
background-color: #74142A;
}
</style>
border-color css
<style>
span { border-color: #74142A; }
span { border-color: rgb(116,20,42); }
td.TdClassName
{
border-color: #74142A;
}
.TagClassName
{
border-color: #74142A;
}
</style>