Shades of Red Berry #75222B
Tints of Red Berry #75222B
RGB
CMYK
RGB Variations
Color information
#75222B (or 0x75222B) is known color: Red Berry. HEX triplet: 75, 22 and 2B. RGB value is (117,34,43). Sum of RGB (Red+Green+Blue) = 117+34+43=194 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.31% from 194); Green value is 34 (13.67% from 255 or 17.53% from 194); Blue value is 43 (17.19% from 255 or 22.16% from 194); Max value from RGB is 117 - color contains mainly: red. Hex color #75222B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75222B is #8ADDD4. Grayscale: #3B3B3B. Windows color (decimal): -9100757 or 2826869. OLE color: 2826869.
HSL color Cylindrical-coordinate representation of color #75222B: hue angle of 353.49º 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 #75222B is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 34 | 43 | - |
| CMYK | 0 | 0.71 | 0.63 | 0.54 |
| HSL | 353.49º | 0.55% | 0.3% | - |
| HSV(B) | 353.49º | 0.71% | 0.46% | - |
| XYZ | 8.34 | 5.1 | 2.83 | - |
| YUV | 59.84 | 118.5 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 34 | 43 | 0 | 0.71 | 0.63 | 0.54 | 353.49 | 0.55 | 0.3 |
| Hex | 75 | 22 | 2B | 0 | 47 | 3F | 36 | 161 | 37 | 1E |
| Octal | 165 | 42 | 53 | 0 | 107 | 77 | 66 | 541 | 67 | 36 |
| Binary | 1110101 | 100010 | 101011 | 0 | 1000111 | 111111 | 110110 | 101100001 | 110111 | 11110 |
Color Harmonies of #75222B
Complementary color
Monochromatic Colors of #75222B
Black with #75222B
Text Example
Text Example
White with #75222B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75222B; }
p { color: rgb(117,34,43); }
H1.HeaderClassName
{
color: #75222B;
}
.AnyTagClassName
{
color: #75222B;
}
</style>
background-color css
<style>
a { background-color: #75222B; }
a { background-color: rgb(117,34,43); }
div.DivClassName
{
background-color: #75222B;
}
.BgClassName
{
background-color: #75222B;
}
</style>
border-color css
<style>
span { border-color: #75222B; }
span { border-color: rgb(117,34,43); }
td.TdClassName
{
border-color: #75222B;
}
.TagClassName
{
border-color: #75222B;
}
</style>