Shades of Red Berry #752123
Tints of Red Berry #752123
RGB
CMYK
RGB Variations
Color information
#752123 (or 0x752123) is known color: Red Berry. HEX triplet: 75, 21 and 23. RGB value is (117,33,35). Sum of RGB (Red+Green+Blue) = 117+33+35=185 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.24% from 185); Green value is 33 (13.28% from 255 or 17.84% from 185); Blue value is 35 (14.06% from 255 or 18.92% from 185); Max value from RGB is 117 - color contains mainly: red. Hex color #752123 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752123 is #8ADEDC. Grayscale: #3A3A3A. Windows color (decimal): -9101021 or 2302325. OLE color: 2302325.
HSL color Cylindrical-coordinate representation of color #752123: hue angle of 358.57º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #752123 is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 33 | 35 | - |
| CMYK | 0 | 0.72 | 0.70 | 0.54 |
| HSL | 358.57º | 0.56% | 0.29% | - |
| HSV(B) | 358.57º | 0.72% | 0.46% | - |
| XYZ | 8.18 | 4.99 | 2.12 | - |
| YUV | 58.34 | 114.83 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 33 | 35 | 0 | 0.72 | 0.70 | 0.54 | 358.57 | 0.56 | 0.29 |
| Hex | 75 | 21 | 23 | 0 | 48 | 46 | 36 | 167 | 38 | 1D |
| Octal | 165 | 41 | 43 | 0 | 110 | 106 | 66 | 547 | 70 | 35 |
| Binary | 1110101 | 100001 | 100011 | 0 | 1001000 | 1000110 | 110110 | 101100111 | 111000 | 11101 |
Color Harmonies of #752123
Complementary color
Monochromatic Colors of #752123
Black with #752123
Text Example
Text Example
White with #752123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752123; }
p { color: rgb(117,33,35); }
H1.HeaderClassName
{
color: #752123;
}
.AnyTagClassName
{
color: #752123;
}
</style>
background-color css
<style>
a { background-color: #752123; }
a { background-color: rgb(117,33,35); }
div.DivClassName
{
background-color: #752123;
}
.BgClassName
{
background-color: #752123;
}
</style>
border-color css
<style>
span { border-color: #752123; }
span { border-color: rgb(117,33,35); }
td.TdClassName
{
border-color: #752123;
}
.TagClassName
{
border-color: #752123;
}
</style>