Shades of Red Berry #75151E
Tints of Red Berry #75151E
RGB
CMYK
RGB Variations
Color information
#75151E (or 0x75151E) is known color: Red Berry. HEX triplet: 75, 15 and 1E. RGB value is (117,21,30). Sum of RGB (Red+Green+Blue) = 117+21+30=168 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.64% from 168); Green value is 21 (8.59% from 255 or 12.5% from 168); Blue value is 30 (12.11% from 255 or 17.86% from 168); Max value from RGB is 117 - color contains mainly: red. Hex color #75151E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75151E is #8AEAE1. Grayscale: #323232. Windows color (decimal): -9104098 or 1971573. OLE color: 1971573.
HSL color Cylindrical-coordinate representation of color #75151E: hue angle of 354.38º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #75151E is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 21 | 30 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.54 |
| HSL | 354.38º | 0.7% | 0.27% | - |
| HSV(B) | 354.38º | 0.82% | 0.46% | - |
| XYZ | 7.84 | 4.41 | 1.67 | - |
| YUV | 50.73 | 116.3 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 21 | 30 | 0 | 0.82 | 0.74 | 0.54 | 354.38 | 0.7 | 0.27 |
| Hex | 75 | 15 | 1E | 0 | 52 | 4A | 36 | 162 | 46 | 1B |
| Octal | 165 | 25 | 36 | 0 | 122 | 112 | 66 | 542 | 106 | 33 |
| Binary | 1110101 | 10101 | 11110 | 0 | 1010010 | 1001010 | 110110 | 101100010 | 1000110 | 11011 |
Color Harmonies of #75151E
Complementary color
Monochromatic Colors of #75151E
Black with #75151E
Text Example
Text Example
White with #75151E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75151E; }
p { color: rgb(117,21,30); }
H1.HeaderClassName
{
color: #75151E;
}
.AnyTagClassName
{
color: #75151E;
}
</style>
background-color css
<style>
a { background-color: #75151E; }
a { background-color: rgb(117,21,30); }
div.DivClassName
{
background-color: #75151E;
}
.BgClassName
{
background-color: #75151E;
}
</style>
border-color css
<style>
span { border-color: #75151E; }
span { border-color: rgb(117,21,30); }
td.TdClassName
{
border-color: #75151E;
}
.TagClassName
{
border-color: #75151E;
}
</style>