Shades of Red Berry #75232E
Tints of Red Berry #75232E
RGB
CMYK
RGB Variations
Color information
#75232E (or 0x75232E) is known color: Red Berry. HEX triplet: 75, 23 and 2E. RGB value is (117,35,46). Sum of RGB (Red+Green+Blue) = 117+35+46=198 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.09% from 198); Green value is 35 (14.06% from 255 or 17.68% from 198); Blue value is 46 (18.36% from 255 or 23.23% from 198); Max value from RGB is 117 - color contains mainly: red. Hex color #75232E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75232E is #8ADCD1. Grayscale: #3C3C3C. Windows color (decimal): -9100498 or 3023733. OLE color: 3023733.
HSL color Cylindrical-coordinate representation of color #75232E: hue angle of 351.95º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #75232E is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 35 | 46 | - |
| CMYK | 0 | 0.70 | 0.61 | 0.54 |
| HSL | 351.95º | 0.54% | 0.3% | - |
| HSV(B) | 351.95º | 0.7% | 0.46% | - |
| XYZ | 8.43 | 5.18 | 3.14 | - |
| YUV | 60.77 | 119.67 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 35 | 46 | 0 | 0.70 | 0.61 | 0.54 | 351.95 | 0.54 | 0.3 |
| Hex | 75 | 23 | 2E | 0 | 46 | 3D | 36 | 160 | 36 | 1E |
| Octal | 165 | 43 | 56 | 0 | 106 | 75 | 66 | 540 | 66 | 36 |
| Binary | 1110101 | 100011 | 101110 | 0 | 1000110 | 111101 | 110110 | 101100000 | 110110 | 11110 |
Color Harmonies of #75232E
Complementary color
Monochromatic Colors of #75232E
Black with #75232E
Text Example
Text Example
White with #75232E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75232E; }
p { color: rgb(117,35,46); }
H1.HeaderClassName
{
color: #75232E;
}
.AnyTagClassName
{
color: #75232E;
}
</style>
background-color css
<style>
a { background-color: #75232E; }
a { background-color: rgb(117,35,46); }
div.DivClassName
{
background-color: #75232E;
}
.BgClassName
{
background-color: #75232E;
}
</style>
border-color css
<style>
span { border-color: #75232E; }
span { border-color: rgb(117,35,46); }
td.TdClassName
{
border-color: #75232E;
}
.TagClassName
{
border-color: #75232E;
}
</style>