Shades of Red Berry #75162B
Tints of Red Berry #75162B
RGB
CMYK
RGB Variations
Color information
#75162B (or 0x75162B) is known color: Red Berry. HEX triplet: 75, 16 and 2B. RGB value is (117,22,43). Sum of RGB (Red+Green+Blue) = 117+22+43=182 (24% of max value = 765). Red value is 117 (46.09% from 255 or 64.29% from 182); Green value is 22 (8.98% from 255 or 12.09% from 182); Blue value is 43 (17.19% from 255 or 23.63% from 182); Max value from RGB is 117 - color contains mainly: red. Hex color #75162B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75162B is #8AE9D4. Grayscale: #343434. Windows color (decimal): -9103829 or 2823797. OLE color: 2823797.
HSL color Cylindrical-coordinate representation of color #75162B: hue angle of 346.74º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #75162B is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 22 | 43 | - |
| CMYK | 0 | 0.81 | 0.63 | 0.54 |
| HSL | 346.74º | 0.68% | 0.27% | - |
| HSV(B) | 346.74º | 0.81% | 0.46% | - |
| XYZ | 8.06 | 4.53 | 2.74 | - |
| YUV | 52.8 | 122.47 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 22 | 43 | 0 | 0.81 | 0.63 | 0.54 | 346.74 | 0.68 | 0.27 |
| Hex | 75 | 16 | 2B | 0 | 51 | 3F | 36 | 15B | 44 | 1B |
| Octal | 165 | 26 | 53 | 0 | 121 | 77 | 66 | 533 | 104 | 33 |
| Binary | 1110101 | 10110 | 101011 | 0 | 1010001 | 111111 | 110110 | 101011011 | 1000100 | 11011 |
Color Harmonies of #75162B
Complementary color
Monochromatic Colors of #75162B
Black with #75162B
Text Example
Text Example
White with #75162B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75162B; }
p { color: rgb(117,22,43); }
H1.HeaderClassName
{
color: #75162B;
}
.AnyTagClassName
{
color: #75162B;
}
</style>
background-color css
<style>
a { background-color: #75162B; }
a { background-color: rgb(117,22,43); }
div.DivClassName
{
background-color: #75162B;
}
.BgClassName
{
background-color: #75162B;
}
</style>
border-color css
<style>
span { border-color: #75162B; }
span { border-color: rgb(117,22,43); }
td.TdClassName
{
border-color: #75162B;
}
.TagClassName
{
border-color: #75162B;
}
</style>