Shades of Red Berry #75121D
Tints of Red Berry #75121D
RGB
CMYK
RGB Variations
Color information
#75121D (or 0x75121D) is known color: Red Berry. HEX triplet: 75, 12 and 1D. RGB value is (117,18,29). Sum of RGB (Red+Green+Blue) = 117+18+29=164 (21% of max value = 765). Red value is 117 (46.09% from 255 or 71.34% from 164); Green value is 18 (7.42% from 255 or 10.98% from 164); Blue value is 29 (11.72% from 255 or 17.68% from 164); Max value from RGB is 117 - color contains mainly: red. Hex color #75121D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75121D is #8AEDE2. Grayscale: #303030. Windows color (decimal): -9104867 or 1905269. OLE color: 1905269.
HSL color Cylindrical-coordinate representation of color #75121D: hue angle of 353.33º 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 #75121D is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 18 | 29 | - |
| CMYK | 0 | 0.85 | 0.75 | 0.54 |
| HSL | 353.33º | 0.73% | 0.26% | - |
| HSV(B) | 353.33º | 0.85% | 0.46% | - |
| XYZ | 7.77 | 4.3 | 1.58 | - |
| YUV | 48.86 | 116.8 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 18 | 29 | 0 | 0.85 | 0.75 | 0.54 | 353.33 | 0.73 | 0.26 |
| Hex | 75 | 12 | 1D | 0 | 55 | 4B | 36 | 161 | 49 | 1A |
| Octal | 165 | 22 | 35 | 0 | 125 | 113 | 66 | 541 | 111 | 32 |
| Binary | 1110101 | 10010 | 11101 | 0 | 1010101 | 1001011 | 110110 | 101100001 | 1001001 | 11010 |
Color Harmonies of #75121D
Complementary color
Monochromatic Colors of #75121D
Black with #75121D
Text Example
Text Example
White with #75121D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75121D; }
p { color: rgb(117,18,29); }
H1.HeaderClassName
{
color: #75121D;
}
.AnyTagClassName
{
color: #75121D;
}
</style>
background-color css
<style>
a { background-color: #75121D; }
a { background-color: rgb(117,18,29); }
div.DivClassName
{
background-color: #75121D;
}
.BgClassName
{
background-color: #75121D;
}
</style>
border-color css
<style>
span { border-color: #75121D; }
span { border-color: rgb(117,18,29); }
td.TdClassName
{
border-color: #75121D;
}
.TagClassName
{
border-color: #75121D;
}
</style>