Shades of Red Berry #75101E
Tints of Red Berry #75101E
RGB
CMYK
RGB Variations
Color information
#75101E (or 0x75101E) is known color: Red Berry. HEX triplet: 75, 10 and 1E. RGB value is (117,16,30). Sum of RGB (Red+Green+Blue) = 117+16+30=163 (21% of max value = 765). Red value is 117 (46.09% from 255 or 71.78% from 163); Green value is 16 (6.64% from 255 or 9.82% from 163); Blue value is 30 (12.11% from 255 or 18.40% from 163); Max value from RGB is 117 - color contains mainly: red. Hex color #75101E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75101E is #8AEFE1. Grayscale: #2F2F2F. Windows color (decimal): -9105378 or 1970293. OLE color: 1970293.
HSL color Cylindrical-coordinate representation of color #75101E: hue angle of 351.68º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #75101E is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 16 | 30 | - |
| CMYK | 0 | 0.86 | 0.74 | 0.54 |
| HSL | 351.68º | 0.76% | 0.26% | - |
| HSV(B) | 351.68º | 0.86% | 0.46% | - |
| XYZ | 7.76 | 4.25 | 1.64 | - |
| YUV | 47.8 | 117.96 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 16 | 30 | 0 | 0.86 | 0.74 | 0.54 | 351.68 | 0.76 | 0.26 |
| Hex | 75 | 10 | 1E | 0 | 56 | 4A | 36 | 160 | 4C | 1A |
| Octal | 165 | 20 | 36 | 0 | 126 | 112 | 66 | 540 | 114 | 32 |
| Binary | 1110101 | 10000 | 11110 | 0 | 1010110 | 1001010 | 110110 | 101100000 | 1001100 | 11010 |
Color Harmonies of #75101E
Complementary color
Monochromatic Colors of #75101E
Black with #75101E
Text Example
Text Example
White with #75101E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75101E; }
p { color: rgb(117,16,30); }
H1.HeaderClassName
{
color: #75101E;
}
.AnyTagClassName
{
color: #75101E;
}
</style>
background-color css
<style>
a { background-color: #75101E; }
a { background-color: rgb(117,16,30); }
div.DivClassName
{
background-color: #75101E;
}
.BgClassName
{
background-color: #75101E;
}
</style>
border-color css
<style>
span { border-color: #75101E; }
span { border-color: rgb(117,16,30); }
td.TdClassName
{
border-color: #75101E;
}
.TagClassName
{
border-color: #75101E;
}
</style>