Shades of Red Berry #74102B
Tints of Red Berry #74102B
RGB
CMYK
RGB Variations
Color information
#74102B (or 0x74102B) is known color: Red Berry. HEX triplet: 74, 10 and 2B. RGB value is (116,16,43). Sum of RGB (Red+Green+Blue) = 116+16+43=175 (23% of max value = 765). Red value is 116 (45.70% from 255 or 66.29% from 175); Green value is 16 (6.64% from 255 or 9.14% from 175); Blue value is 43 (17.19% from 255 or 24.57% from 175); Max value from RGB is 116 - color contains mainly: red. Hex color #74102B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74102B is #8BEFD4. Grayscale: #303030. Windows color (decimal): -9170901 or 2822260. OLE color: 2822260.
HSL color Cylindrical-coordinate representation of color #74102B: hue angle of 343.8º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #74102B is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 16 | 43 | - |
| CMYK | 0 | 0.86 | 0.63 | 0.55 |
| HSL | 343.8º | 0.76% | 0.26% | - |
| HSV(B) | 343.8º | 0.86% | 0.45% | - |
| XYZ | 7.82 | 4.26 | 2.7 | - |
| YUV | 48.98 | 124.63 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 16 | 43 | 0 | 0.86 | 0.63 | 0.55 | 343.8 | 0.76 | 0.26 |
| Hex | 74 | 10 | 2B | 0 | 56 | 3F | 37 | 158 | 4C | 1A |
| Octal | 164 | 20 | 53 | 0 | 126 | 77 | 67 | 530 | 114 | 32 |
| Binary | 1110100 | 10000 | 101011 | 0 | 1010110 | 111111 | 110111 | 101011000 | 1001100 | 11010 |
Color Harmonies of #74102B
Complementary color
Monochromatic Colors of #74102B
Black with #74102B
Text Example
Text Example
White with #74102B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74102B; }
p { color: rgb(116,16,43); }
H1.HeaderClassName
{
color: #74102B;
}
.AnyTagClassName
{
color: #74102B;
}
</style>
background-color css
<style>
a { background-color: #74102B; }
a { background-color: rgb(116,16,43); }
div.DivClassName
{
background-color: #74102B;
}
.BgClassName
{
background-color: #74102B;
}
</style>
border-color css
<style>
span { border-color: #74102B; }
span { border-color: rgb(116,16,43); }
td.TdClassName
{
border-color: #74102B;
}
.TagClassName
{
border-color: #74102B;
}
</style>