Shades of Red Berry #75222E
Tints of Red Berry #75222E
RGB
CMYK
RGB Variations
Color information
#75222E (or 0x75222E) is known color: Red Berry. HEX triplet: 75, 22 and 2E. RGB value is (117,34,46). Sum of RGB (Red+Green+Blue) = 117+34+46=197 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.39% from 197); Green value is 34 (13.67% from 255 or 17.26% from 197); Blue value is 46 (18.36% from 255 or 23.35% from 197); Max value from RGB is 117 - color contains mainly: red. Hex color #75222E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75222E is #8ADDD1. Grayscale: #3C3C3C. Windows color (decimal): -9100754 or 3023477. OLE color: 3023477.
HSL color Cylindrical-coordinate representation of color #75222E: hue angle of 351.33º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #75222E is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 34 | 46 | - |
| CMYK | 0 | 0.71 | 0.61 | 0.54 |
| HSL | 351.33º | 0.55% | 0.3% | - |
| HSV(B) | 351.33º | 0.71% | 0.46% | - |
| XYZ | 8.4 | 5.12 | 3.13 | - |
| YUV | 60.19 | 120 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 34 | 46 | 0 | 0.71 | 0.61 | 0.54 | 351.33 | 0.55 | 0.3 |
| Hex | 75 | 22 | 2E | 0 | 47 | 3D | 36 | 15F | 37 | 1E |
| Octal | 165 | 42 | 56 | 0 | 107 | 75 | 66 | 537 | 67 | 36 |
| Binary | 1110101 | 100010 | 101110 | 0 | 1000111 | 111101 | 110110 | 101011111 | 110111 | 11110 |
Color Harmonies of #75222E
Complementary color
Monochromatic Colors of #75222E
Black with #75222E
Text Example
Text Example
White with #75222E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75222E; }
p { color: rgb(117,34,46); }
H1.HeaderClassName
{
color: #75222E;
}
.AnyTagClassName
{
color: #75222E;
}
</style>
background-color css
<style>
a { background-color: #75222E; }
a { background-color: rgb(117,34,46); }
div.DivClassName
{
background-color: #75222E;
}
.BgClassName
{
background-color: #75222E;
}
</style>
border-color css
<style>
span { border-color: #75222E; }
span { border-color: rgb(117,34,46); }
td.TdClassName
{
border-color: #75222E;
}
.TagClassName
{
border-color: #75222E;
}
</style>