Shades of Red Berry #762123
Tints of Red Berry #762123
RGB
CMYK
RGB Variations
Color information
#762123 (or 0x762123) is known color: Red Berry. HEX triplet: 76, 21 and 23. RGB value is (118,33,35). Sum of RGB (Red+Green+Blue) = 118+33+35=186 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.44% from 186); Green value is 33 (13.28% from 255 or 17.74% from 186); Blue value is 35 (14.06% from 255 or 18.82% from 186); Max value from RGB is 118 - color contains mainly: red. Hex color #762123 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762123 is #89DEDC. Grayscale: #3A3A3A. Windows color (decimal): -9035485 or 2302326. OLE color: 2302326.
HSL color Cylindrical-coordinate representation of color #762123: hue angle of 358.59º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #762123 is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 33 | 35 | - |
| CMYK | 0 | 0.72 | 0.70 | 0.54 |
| HSL | 358.59º | 0.56% | 0.3% | - |
| HSV(B) | 358.59º | 0.72% | 0.46% | - |
| XYZ | 8.32 | 5.06 | 2.13 | - |
| YUV | 58.64 | 114.66 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 33 | 35 | 0 | 0.72 | 0.70 | 0.54 | 358.59 | 0.56 | 0.3 |
| Hex | 76 | 21 | 23 | 0 | 48 | 46 | 36 | 167 | 38 | 1E |
| Octal | 166 | 41 | 43 | 0 | 110 | 106 | 66 | 547 | 70 | 36 |
| Binary | 1110110 | 100001 | 100011 | 0 | 1001000 | 1000110 | 110110 | 101100111 | 111000 | 11110 |
Color Harmonies of #762123
Complementary color
Monochromatic Colors of #762123
Black with #762123
Text Example
Text Example
White with #762123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762123; }
p { color: rgb(118,33,35); }
H1.HeaderClassName
{
color: #762123;
}
.AnyTagClassName
{
color: #762123;
}
</style>
background-color css
<style>
a { background-color: #762123; }
a { background-color: rgb(118,33,35); }
div.DivClassName
{
background-color: #762123;
}
.BgClassName
{
background-color: #762123;
}
</style>
border-color css
<style>
span { border-color: #762123; }
span { border-color: rgb(118,33,35); }
td.TdClassName
{
border-color: #762123;
}
.TagClassName
{
border-color: #762123;
}
</style>