Shades of Red Berry #75192B
Tints of Red Berry #75192B
RGB
CMYK
RGB Variations
Color information
#75192B (or 0x75192B) is known color: Red Berry. HEX triplet: 75, 19 and 2B. RGB value is (117,25,43). Sum of RGB (Red+Green+Blue) = 117+25+43=185 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.24% from 185); Green value is 25 (10.16% from 255 or 13.51% from 185); Blue value is 43 (17.19% from 255 or 23.24% from 185); Max value from RGB is 117 - color contains mainly: red. Hex color #75192B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75192B is #8AE6D4. Grayscale: #363636. Windows color (decimal): -9103061 or 2824565. OLE color: 2824565.
HSL color Cylindrical-coordinate representation of color #75192B: hue angle of 348.26º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #75192B is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 25 | 43 | - |
| CMYK | 0 | 0.79 | 0.63 | 0.54 |
| HSL | 348.26º | 0.65% | 0.28% | - |
| HSV(B) | 348.26º | 0.79% | 0.46% | - |
| XYZ | 8.12 | 4.65 | 2.76 | - |
| YUV | 54.56 | 121.48 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 25 | 43 | 0 | 0.79 | 0.63 | 0.54 | 348.26 | 0.65 | 0.28 |
| Hex | 75 | 19 | 2B | 0 | 4F | 3F | 36 | 15C | 41 | 1C |
| Octal | 165 | 31 | 53 | 0 | 117 | 77 | 66 | 534 | 101 | 34 |
| Binary | 1110101 | 11001 | 101011 | 0 | 1001111 | 111111 | 110110 | 101011100 | 1000001 | 11100 |
Color Harmonies of #75192B
Complementary color
Monochromatic Colors of #75192B
Black with #75192B
Text Example
Text Example
White with #75192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75192B; }
p { color: rgb(117,25,43); }
H1.HeaderClassName
{
color: #75192B;
}
.AnyTagClassName
{
color: #75192B;
}
</style>
background-color css
<style>
a { background-color: #75192B; }
a { background-color: rgb(117,25,43); }
div.DivClassName
{
background-color: #75192B;
}
.BgClassName
{
background-color: #75192B;
}
</style>
border-color css
<style>
span { border-color: #75192B; }
span { border-color: rgb(117,25,43); }
td.TdClassName
{
border-color: #75192B;
}
.TagClassName
{
border-color: #75192B;
}
</style>