Shades of Red Berry #75161B
Tints of Red Berry #75161B
RGB
CMYK
RGB Variations
Color information
#75161B (or 0x75161B) is known color: Red Berry. HEX triplet: 75, 16 and 1B. RGB value is (117,22,27). Sum of RGB (Red+Green+Blue) = 117+22+27=166 (21% of max value = 765). Red value is 117 (46.09% from 255 or 70.48% from 166); Green value is 22 (8.98% from 255 or 13.25% from 166); Blue value is 27 (10.94% from 255 or 16.27% from 166); Max value from RGB is 117 - color contains mainly: red. Hex color #75161B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75161B is #8AE9E4. Grayscale: #333333. Windows color (decimal): -9103845 or 1775221. OLE color: 1775221.
HSL color Cylindrical-coordinate representation of color #75161B: hue angle of 356.84º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #75161B is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 22 | 27 | - |
| CMYK | 0 | 0.81 | 0.77 | 0.54 |
| HSL | 356.84º | 0.68% | 0.27% | - |
| HSV(B) | 356.84º | 0.81% | 0.46% | - |
| XYZ | 7.82 | 4.43 | 1.48 | - |
| YUV | 50.98 | 114.47 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 22 | 27 | 0 | 0.81 | 0.77 | 0.54 | 356.84 | 0.68 | 0.27 |
| Hex | 75 | 16 | 1B | 0 | 51 | 4D | 36 | 165 | 44 | 1B |
| Octal | 165 | 26 | 33 | 0 | 121 | 115 | 66 | 545 | 104 | 33 |
| Binary | 1110101 | 10110 | 11011 | 0 | 1010001 | 1001101 | 110110 | 101100101 | 1000100 | 11011 |
Color Harmonies of #75161B
Complementary color
Monochromatic Colors of #75161B
Black with #75161B
Text Example
Text Example
White with #75161B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75161B; }
p { color: rgb(117,22,27); }
H1.HeaderClassName
{
color: #75161B;
}
.AnyTagClassName
{
color: #75161B;
}
</style>
background-color css
<style>
a { background-color: #75161B; }
a { background-color: rgb(117,22,27); }
div.DivClassName
{
background-color: #75161B;
}
.BgClassName
{
background-color: #75161B;
}
</style>
border-color css
<style>
span { border-color: #75161B; }
span { border-color: rgb(117,22,27); }
td.TdClassName
{
border-color: #75161B;
}
.TagClassName
{
border-color: #75161B;
}
</style>