Shades of Red Berry #75101B
Tints of Red Berry #75101B
RGB
CMYK
RGB Variations
Color information
#75101B (or 0x75101B) is known color: Red Berry. HEX triplet: 75, 10 and 1B. RGB value is (117,16,27). Sum of RGB (Red+Green+Blue) = 117+16+27=160 (21% of max value = 765). Red value is 117 (46.09% from 255 or 73.12% from 160); Green value is 16 (6.64% from 255 or 10% from 160); Blue value is 27 (10.94% from 255 or 16.88% from 160); Max value from RGB is 117 - color contains mainly: red. Hex color #75101B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75101B is #8AEFE4. Grayscale: #2F2F2F. Windows color (decimal): -9105381 or 1773685. OLE color: 1773685.
HSL color Cylindrical-coordinate representation of color #75101B: hue angle of 353.47º 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 #75101B is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 16 | 27 | - |
| CMYK | 0 | 0.86 | 0.77 | 0.54 |
| HSL | 353.47º | 0.76% | 0.26% | - |
| HSV(B) | 353.47º | 0.86% | 0.46% | - |
| XYZ | 7.72 | 4.23 | 1.45 | - |
| YUV | 47.45 | 116.46 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 16 | 27 | 0 | 0.86 | 0.77 | 0.54 | 353.47 | 0.76 | 0.26 |
| Hex | 75 | 10 | 1B | 0 | 56 | 4D | 36 | 161 | 4C | 1A |
| Octal | 165 | 20 | 33 | 0 | 126 | 115 | 66 | 541 | 114 | 32 |
| Binary | 1110101 | 10000 | 11011 | 0 | 1010110 | 1001101 | 110110 | 101100001 | 1001100 | 11010 |
Color Harmonies of #75101B
Complementary color
Monochromatic Colors of #75101B
Black with #75101B
Text Example
Text Example
White with #75101B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75101B; }
p { color: rgb(117,16,27); }
H1.HeaderClassName
{
color: #75101B;
}
.AnyTagClassName
{
color: #75101B;
}
</style>
background-color css
<style>
a { background-color: #75101B; }
a { background-color: rgb(117,16,27); }
div.DivClassName
{
background-color: #75101B;
}
.BgClassName
{
background-color: #75101B;
}
</style>
border-color css
<style>
span { border-color: #75101B; }
span { border-color: rgb(117,16,27); }
td.TdClassName
{
border-color: #75101B;
}
.TagClassName
{
border-color: #75101B;
}
</style>