Shades of Red Berry #75121B
Tints of Red Berry #75121B
RGB
CMYK
RGB Variations
Color information
#75121B (or 0x75121B) is known color: Red Berry. HEX triplet: 75, 12 and 1B. RGB value is (117,18,27). Sum of RGB (Red+Green+Blue) = 117+18+27=162 (21% of max value = 765). Red value is 117 (46.09% from 255 or 72.22% from 162); Green value is 18 (7.42% from 255 or 11.11% from 162); Blue value is 27 (10.94% from 255 or 16.67% from 162); Max value from RGB is 117 - color contains mainly: red. Hex color #75121B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75121B is #8AEDE4. Grayscale: #303030. Windows color (decimal): -9104869 or 1774197. OLE color: 1774197.
HSL color Cylindrical-coordinate representation of color #75121B: hue angle of 354.55º degrees, saturation: 0.73, 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 #75121B is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 18 | 27 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.54 |
| HSL | 354.55º | 0.73% | 0.26% | - |
| HSV(B) | 354.55º | 0.85% | 0.46% | - |
| XYZ | 7.75 | 4.29 | 1.46 | - |
| YUV | 48.63 | 115.8 | 176.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 18 | 27 | 0 | 0.85 | 0.77 | 0.54 | 354.55 | 0.73 | 0.26 |
| Hex | 75 | 12 | 1B | 0 | 55 | 4D | 36 | 163 | 49 | 1A |
| Octal | 165 | 22 | 33 | 0 | 125 | 115 | 66 | 543 | 111 | 32 |
| Binary | 1110101 | 10010 | 11011 | 0 | 1010101 | 1001101 | 110110 | 101100011 | 1001001 | 11010 |
Color Harmonies of #75121B
Complementary color
Monochromatic Colors of #75121B
Black with #75121B
Text Example
Text Example
White with #75121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75121B; }
p { color: rgb(117,18,27); }
H1.HeaderClassName
{
color: #75121B;
}
.AnyTagClassName
{
color: #75121B;
}
</style>
background-color css
<style>
a { background-color: #75121B; }
a { background-color: rgb(117,18,27); }
div.DivClassName
{
background-color: #75121B;
}
.BgClassName
{
background-color: #75121B;
}
</style>
border-color css
<style>
span { border-color: #75121B; }
span { border-color: rgb(117,18,27); }
td.TdClassName
{
border-color: #75121B;
}
.TagClassName
{
border-color: #75121B;
}
</style>