Shades of Red Berry #75111B
Tints of Red Berry #75111B
RGB
CMYK
RGB Variations
Color information
#75111B (or 0x75111B) is known color: Red Berry. HEX triplet: 75, 11 and 1B. RGB value is (117,17,27). Sum of RGB (Red+Green+Blue) = 117+17+27=161 (21% of max value = 765). Red value is 117 (46.09% from 255 or 72.67% from 161); Green value is 17 (7.03% from 255 or 10.56% from 161); Blue value is 27 (10.94% from 255 or 16.77% from 161); Max value from RGB is 117 - color contains mainly: red. Hex color #75111B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75111B is #8AEEE4. Grayscale: #303030. Windows color (decimal): -9105125 or 1773941. OLE color: 1773941.
HSL color Cylindrical-coordinate representation of color #75111B: hue angle of 354º 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 #75111B is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 17 | 27 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.54 |
| HSL | 354º | 0.75% | 0.26% | - |
| HSV(B) | 354º | 0.85% | 0.46% | - |
| XYZ | 7.73 | 4.26 | 1.45 | - |
| YUV | 48.04 | 116.13 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 17 | 27 | 0 | 0.85 | 0.77 | 0.54 | 354 | 0.75 | 0.26 |
| Hex | 75 | 11 | 1B | 0 | 55 | 4D | 36 | 162 | 4B | 1A |
| Octal | 165 | 21 | 33 | 0 | 125 | 115 | 66 | 542 | 113 | 32 |
| Binary | 1110101 | 10001 | 11011 | 0 | 1010101 | 1001101 | 110110 | 101100010 | 1001011 | 11010 |
Color Harmonies of #75111B
Complementary color
Monochromatic Colors of #75111B
Black with #75111B
Text Example
Text Example
White with #75111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75111B; }
p { color: rgb(117,17,27); }
H1.HeaderClassName
{
color: #75111B;
}
.AnyTagClassName
{
color: #75111B;
}
</style>
background-color css
<style>
a { background-color: #75111B; }
a { background-color: rgb(117,17,27); }
div.DivClassName
{
background-color: #75111B;
}
.BgClassName
{
background-color: #75111B;
}
</style>
border-color css
<style>
span { border-color: #75111B; }
span { border-color: rgb(117,17,27); }
td.TdClassName
{
border-color: #75111B;
}
.TagClassName
{
border-color: #75111B;
}
</style>