Shades of Red Berry #75242A
Tints of Red Berry #75242A
RGB
CMYK
RGB Variations
Color information
#75242A (or 0x75242A) is known color: Red Berry. HEX triplet: 75, 24 and 2A. RGB value is (117,36,42). Sum of RGB (Red+Green+Blue) = 117+36+42=195 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60% from 195); Green value is 36 (14.45% from 255 or 18.46% from 195); Blue value is 42 (16.80% from 255 or 21.54% from 195); Max value from RGB is 117 - color contains mainly: red. Hex color #75242A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75242A is #8ADBD5. Grayscale: #3C3C3C. Windows color (decimal): -9100246 or 2761845. OLE color: 2761845.
HSL color Cylindrical-coordinate representation of color #75242A: hue angle of 355.56º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #75242A is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 36 | 42 | - |
| CMYK | 0 | 0.69 | 0.64 | 0.54 |
| HSL | 355.56º | 0.53% | 0.3% | - |
| HSV(B) | 355.56º | 0.69% | 0.46% | - |
| XYZ | 8.38 | 5.21 | 2.75 | - |
| YUV | 60.9 | 117.34 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 36 | 42 | 0 | 0.69 | 0.64 | 0.54 | 355.56 | 0.53 | 0.3 |
| Hex | 75 | 24 | 2A | 0 | 45 | 40 | 36 | 164 | 35 | 1E |
| Octal | 165 | 44 | 52 | 0 | 105 | 100 | 66 | 544 | 65 | 36 |
| Binary | 1110101 | 100100 | 101010 | 0 | 1000101 | 1000000 | 110110 | 101100100 | 110101 | 11110 |
Color Harmonies of #75242A
Complementary color
Monochromatic Colors of #75242A
Black with #75242A
Text Example
Text Example
White with #75242A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75242A; }
p { color: rgb(117,36,42); }
H1.HeaderClassName
{
color: #75242A;
}
.AnyTagClassName
{
color: #75242A;
}
</style>
background-color css
<style>
a { background-color: #75242A; }
a { background-color: rgb(117,36,42); }
div.DivClassName
{
background-color: #75242A;
}
.BgClassName
{
background-color: #75242A;
}
</style>
border-color css
<style>
span { border-color: #75242A; }
span { border-color: rgb(117,36,42); }
td.TdClassName
{
border-color: #75242A;
}
.TagClassName
{
border-color: #75242A;
}
</style>