Shades of Red Berry #752023
Tints of Red Berry #752023
RGB
CMYK
RGB Variations
Color information
#752023 (or 0x752023) is known color: Red Berry. HEX triplet: 75, 20 and 23. RGB value is (117,32,35). Sum of RGB (Red+Green+Blue) = 117+32+35=184 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.59% from 184); Green value is 32 (12.89% from 255 or 17.39% from 184); Blue value is 35 (14.06% from 255 or 19.02% from 184); Max value from RGB is 117 - color contains mainly: red. Hex color #752023 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752023 is #8ADFDC. Grayscale: #393939. Windows color (decimal): -9101277 or 2302069. OLE color: 2302069.
HSL color Cylindrical-coordinate representation of color #752023: hue angle of 357.88º 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 #752023 is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 32 | 35 | - |
| CMYK | 0 | 0.73 | 0.70 | 0.54 |
| HSL | 357.88º | 0.57% | 0.29% | - |
| HSV(B) | 357.88º | 0.73% | 0.46% | - |
| XYZ | 8.16 | 4.94 | 2.11 | - |
| YUV | 57.76 | 115.16 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 32 | 35 | 0 | 0.73 | 0.70 | 0.54 | 357.88 | 0.57 | 0.29 |
| Hex | 75 | 20 | 23 | 0 | 49 | 46 | 36 | 166 | 39 | 1D |
| Octal | 165 | 40 | 43 | 0 | 111 | 106 | 66 | 546 | 71 | 35 |
| Binary | 1110101 | 100000 | 100011 | 0 | 1001001 | 1000110 | 110110 | 101100110 | 111001 | 11101 |
Color Harmonies of #752023
Complementary color
Monochromatic Colors of #752023
Black with #752023
Text Example
Text Example
White with #752023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752023; }
p { color: rgb(117,32,35); }
H1.HeaderClassName
{
color: #752023;
}
.AnyTagClassName
{
color: #752023;
}
</style>
background-color css
<style>
a { background-color: #752023; }
a { background-color: rgb(117,32,35); }
div.DivClassName
{
background-color: #752023;
}
.BgClassName
{
background-color: #752023;
}
</style>
border-color css
<style>
span { border-color: #752023; }
span { border-color: rgb(117,32,35); }
td.TdClassName
{
border-color: #752023;
}
.TagClassName
{
border-color: #752023;
}
</style>