Shades of Red Berry #75152A
Tints of Red Berry #75152A
RGB
CMYK
RGB Variations
Color information
#75152A (or 0x75152A) is known color: Red Berry. HEX triplet: 75, 15 and 2A. RGB value is (117,21,42). Sum of RGB (Red+Green+Blue) = 117+21+42=180 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65% from 180); Green value is 21 (8.59% from 255 or 11.67% from 180); Blue value is 42 (16.80% from 255 or 23.33% from 180); Max value from RGB is 117 - color contains mainly: red. Hex color #75152A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75152A is #8AEAD5. Grayscale: #343434. Windows color (decimal): -9104086 or 2758005. OLE color: 2758005.
HSL color Cylindrical-coordinate representation of color #75152A: hue angle of 346.88º 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 #75152A is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 21 | 42 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.54 |
| HSL | 346.88º | 0.7% | 0.27% | - |
| HSV(B) | 346.88º | 0.82% | 0.46% | - |
| XYZ | 8.02 | 4.49 | 2.63 | - |
| YUV | 52.1 | 122.3 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 21 | 42 | 0 | 0.82 | 0.64 | 0.54 | 346.88 | 0.7 | 0.27 |
| Hex | 75 | 15 | 2A | 0 | 52 | 40 | 36 | 15B | 46 | 1B |
| Octal | 165 | 25 | 52 | 0 | 122 | 100 | 66 | 533 | 106 | 33 |
| Binary | 1110101 | 10101 | 101010 | 0 | 1010010 | 1000000 | 110110 | 101011011 | 1000110 | 11011 |
Color Harmonies of #75152A
Complementary color
Monochromatic Colors of #75152A
Black with #75152A
Text Example
Text Example
White with #75152A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75152A; }
p { color: rgb(117,21,42); }
H1.HeaderClassName
{
color: #75152A;
}
.AnyTagClassName
{
color: #75152A;
}
</style>
background-color css
<style>
a { background-color: #75152A; }
a { background-color: rgb(117,21,42); }
div.DivClassName
{
background-color: #75152A;
}
.BgClassName
{
background-color: #75152A;
}
</style>
border-color css
<style>
span { border-color: #75152A; }
span { border-color: rgb(117,21,42); }
td.TdClassName
{
border-color: #75152A;
}
.TagClassName
{
border-color: #75152A;
}
</style>