Shades of Red Berry #75111F
Tints of Red Berry #75111F
RGB
CMYK
RGB Variations
Color information
#75111F (or 0x75111F) is known color: Red Berry. HEX triplet: 75, 11 and 1F. RGB value is (117,17,31). Sum of RGB (Red+Green+Blue) = 117+17+31=165 (21% of max value = 765). Red value is 117 (46.09% from 255 or 70.91% from 165); Green value is 17 (7.03% from 255 or 10.30% from 165); Blue value is 31 (12.5% from 255 or 18.79% from 165); Max value from RGB is 117 - color contains mainly: red. Hex color #75111F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75111F is #8AEEE0. Grayscale: #303030. Windows color (decimal): -9105121 or 2036085. OLE color: 2036085.
HSL color Cylindrical-coordinate representation of color #75111F: hue angle of 351.6º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #75111F is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 17 | 31 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.54 |
| HSL | 351.6º | 0.75% | 0.26% | - |
| HSV(B) | 351.6º | 0.85% | 0.46% | - |
| XYZ | 7.78 | 4.28 | 1.71 | - |
| YUV | 48.5 | 118.13 | 176.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 17 | 31 | 0 | 0.85 | 0.74 | 0.54 | 351.6 | 0.75 | 0.26 |
| Hex | 75 | 11 | 1F | 0 | 55 | 4A | 36 | 160 | 4B | 1A |
| Octal | 165 | 21 | 37 | 0 | 125 | 112 | 66 | 540 | 113 | 32 |
| Binary | 1110101 | 10001 | 11111 | 0 | 1010101 | 1001010 | 110110 | 101100000 | 1001011 | 11010 |
Color Harmonies of #75111F
Complementary color
Monochromatic Colors of #75111F
Black with #75111F
Text Example
Text Example
White with #75111F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75111F; }
p { color: rgb(117,17,31); }
H1.HeaderClassName
{
color: #75111F;
}
.AnyTagClassName
{
color: #75111F;
}
</style>
background-color css
<style>
a { background-color: #75111F; }
a { background-color: rgb(117,17,31); }
div.DivClassName
{
background-color: #75111F;
}
.BgClassName
{
background-color: #75111F;
}
</style>
border-color css
<style>
span { border-color: #75111F; }
span { border-color: rgb(117,17,31); }
td.TdClassName
{
border-color: #75111F;
}
.TagClassName
{
border-color: #75111F;
}
</style>