Shades of Red Berry #74202B
Tints of Red Berry #74202B
RGB
CMYK
RGB Variations
Color information
#74202B (or 0x74202B) is known color: Red Berry. HEX triplet: 74, 20 and 2B. RGB value is (116,32,43). Sum of RGB (Red+Green+Blue) = 116+32+43=191 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.73% from 191); Green value is 32 (12.89% from 255 or 16.75% from 191); Blue value is 43 (17.19% from 255 or 22.51% from 191); Max value from RGB is 116 - color contains mainly: red. Hex color #74202B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74202B is #8BDFD4. Grayscale: #3A3A3A. Windows color (decimal): -9166805 or 2826356. OLE color: 2826356.
HSL color Cylindrical-coordinate representation of color #74202B: hue angle of 352.14º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #74202B is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 32 | 43 | - |
| CMYK | 0 | 0.72 | 0.63 | 0.55 |
| HSL | 352.14º | 0.57% | 0.29% | - |
| HSV(B) | 352.14º | 0.72% | 0.45% | - |
| XYZ | 8.16 | 4.92 | 2.81 | - |
| YUV | 58.37 | 119.33 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 32 | 43 | 0 | 0.72 | 0.63 | 0.55 | 352.14 | 0.57 | 0.29 |
| Hex | 74 | 20 | 2B | 0 | 48 | 3F | 37 | 160 | 39 | 1D |
| Octal | 164 | 40 | 53 | 0 | 110 | 77 | 67 | 540 | 71 | 35 |
| Binary | 1110100 | 100000 | 101011 | 0 | 1001000 | 111111 | 110111 | 101100000 | 111001 | 11101 |
Color Harmonies of #74202B
Complementary color
Monochromatic Colors of #74202B
Black with #74202B
Text Example
Text Example
White with #74202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74202B; }
p { color: rgb(116,32,43); }
H1.HeaderClassName
{
color: #74202B;
}
.AnyTagClassName
{
color: #74202B;
}
</style>
background-color css
<style>
a { background-color: #74202B; }
a { background-color: rgb(116,32,43); }
div.DivClassName
{
background-color: #74202B;
}
.BgClassName
{
background-color: #74202B;
}
</style>
border-color css
<style>
span { border-color: #74202B; }
span { border-color: rgb(116,32,43); }
td.TdClassName
{
border-color: #74202B;
}
.TagClassName
{
border-color: #74202B;
}
</style>