Shades of Red Berry #75202B
Tints of Red Berry #75202B
RGB
CMYK
RGB Variations
Color information
#75202B (or 0x75202B) is known color: Red Berry. HEX triplet: 75, 20 and 2B. RGB value is (117,32,43). Sum of RGB (Red+Green+Blue) = 117+32+43=192 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.94% from 192); Green value is 32 (12.89% from 255 or 16.67% from 192); Blue value is 43 (17.19% from 255 or 22.40% from 192); Max value from RGB is 117 - color contains mainly: red. Hex color #75202B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75202B is #8ADFD4. Grayscale: #3A3A3A. Windows color (decimal): -9101269 or 2826357. OLE color: 2826357.
HSL color Cylindrical-coordinate representation of color #75202B: hue angle of 352.24º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #75202B is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 32 | 43 | - |
| CMYK | 0 | 0.73 | 0.63 | 0.54 |
| HSL | 352.24º | 0.57% | 0.29% | - |
| HSV(B) | 352.24º | 0.73% | 0.46% | - |
| XYZ | 8.29 | 4.99 | 2.81 | - |
| YUV | 58.67 | 119.16 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 32 | 43 | 0 | 0.73 | 0.63 | 0.54 | 352.24 | 0.57 | 0.29 |
| Hex | 75 | 20 | 2B | 0 | 49 | 3F | 36 | 160 | 39 | 1D |
| Octal | 165 | 40 | 53 | 0 | 111 | 77 | 66 | 540 | 71 | 35 |
| Binary | 1110101 | 100000 | 101011 | 0 | 1001001 | 111111 | 110110 | 101100000 | 111001 | 11101 |
Color Harmonies of #75202B
Complementary color
Monochromatic Colors of #75202B
Black with #75202B
Text Example
Text Example
White with #75202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75202B; }
p { color: rgb(117,32,43); }
H1.HeaderClassName
{
color: #75202B;
}
.AnyTagClassName
{
color: #75202B;
}
</style>
background-color css
<style>
a { background-color: #75202B; }
a { background-color: rgb(117,32,43); }
div.DivClassName
{
background-color: #75202B;
}
.BgClassName
{
background-color: #75202B;
}
</style>
border-color css
<style>
span { border-color: #75202B; }
span { border-color: rgb(117,32,43); }
td.TdClassName
{
border-color: #75202B;
}
.TagClassName
{
border-color: #75202B;
}
</style>