Shades of Red Berry #75222C
Tints of Red Berry #75222C
RGB
CMYK
RGB Variations
Color information
#75222C (or 0x75222C) is known color: Red Berry. HEX triplet: 75, 22 and 2C. RGB value is (117,34,44). Sum of RGB (Red+Green+Blue) = 117+34+44=195 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60% from 195); Green value is 34 (13.67% from 255 or 17.44% from 195); Blue value is 44 (17.58% from 255 or 22.56% from 195); Max value from RGB is 117 - color contains mainly: red. Hex color #75222C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75222C is #8ADDD3. Grayscale: #3C3C3C. Windows color (decimal): -9100756 or 2892405. OLE color: 2892405.
HSL color Cylindrical-coordinate representation of color #75222C: hue angle of 352.77º 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 #75222C is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 34 | 44 | - |
| CMYK | 0 | 0.71 | 0.62 | 0.54 |
| HSL | 352.77º | 0.55% | 0.3% | - |
| HSV(B) | 352.77º | 0.71% | 0.46% | - |
| XYZ | 8.36 | 5.11 | 2.93 | - |
| YUV | 59.96 | 119 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 34 | 44 | 0 | 0.71 | 0.62 | 0.54 | 352.77 | 0.55 | 0.3 |
| Hex | 75 | 22 | 2C | 0 | 47 | 3E | 36 | 161 | 37 | 1E |
| Octal | 165 | 42 | 54 | 0 | 107 | 76 | 66 | 541 | 67 | 36 |
| Binary | 1110101 | 100010 | 101100 | 0 | 1000111 | 111110 | 110110 | 101100001 | 110111 | 11110 |
Color Harmonies of #75222C
Complementary color
Monochromatic Colors of #75222C
Black with #75222C
Text Example
Text Example
White with #75222C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75222C; }
p { color: rgb(117,34,44); }
H1.HeaderClassName
{
color: #75222C;
}
.AnyTagClassName
{
color: #75222C;
}
</style>
background-color css
<style>
a { background-color: #75222C; }
a { background-color: rgb(117,34,44); }
div.DivClassName
{
background-color: #75222C;
}
.BgClassName
{
background-color: #75222C;
}
</style>
border-color css
<style>
span { border-color: #75222C; }
span { border-color: rgb(117,34,44); }
td.TdClassName
{
border-color: #75222C;
}
.TagClassName
{
border-color: #75222C;
}
</style>