Shades of Red Berry #74202D
Tints of Red Berry #74202D
RGB
CMYK
RGB Variations
Color information
#74202D (or 0x74202D) is known color: Red Berry. HEX triplet: 74, 20 and 2D. RGB value is (116,32,45). Sum of RGB (Red+Green+Blue) = 116+32+45=193 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.10% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 45 (17.97% from 255 or 23.32% from 193); Max value from RGB is 116 - color contains mainly: red. Hex color #74202D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74202D is #8BDFD2. Grayscale: #3A3A3A. Windows color (decimal): -9166803 or 2957428. OLE color: 2957428.
HSL color Cylindrical-coordinate representation of color #74202D: hue angle of 350.71º 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 #74202D is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 32 | 45 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.55 |
| HSL | 350.71º | 0.57% | 0.29% | - |
| HSV(B) | 350.71º | 0.72% | 0.45% | - |
| XYZ | 8.19 | 4.94 | 3 | - |
| YUV | 58.6 | 120.33 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 32 | 45 | 0 | 0.72 | 0.61 | 0.55 | 350.71 | 0.57 | 0.29 |
| Hex | 74 | 20 | 2D | 0 | 48 | 3D | 37 | 15F | 39 | 1D |
| Octal | 164 | 40 | 55 | 0 | 110 | 75 | 67 | 537 | 71 | 35 |
| Binary | 1110100 | 100000 | 101101 | 0 | 1001000 | 111101 | 110111 | 101011111 | 111001 | 11101 |
Color Harmonies of #74202D
Complementary color
Monochromatic Colors of #74202D
Black with #74202D
Text Example
Text Example
White with #74202D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74202D; }
p { color: rgb(116,32,45); }
H1.HeaderClassName
{
color: #74202D;
}
.AnyTagClassName
{
color: #74202D;
}
</style>
background-color css
<style>
a { background-color: #74202D; }
a { background-color: rgb(116,32,45); }
div.DivClassName
{
background-color: #74202D;
}
.BgClassName
{
background-color: #74202D;
}
</style>
border-color css
<style>
span { border-color: #74202D; }
span { border-color: rgb(116,32,45); }
td.TdClassName
{
border-color: #74202D;
}
.TagClassName
{
border-color: #74202D;
}
</style>