Shades of Red Berry #761323
Tints of Red Berry #761323
RGB
CMYK
RGB Variations
Color information
#761323 (or 0x761323) is known color: Red Berry. HEX triplet: 76, 13 and 23. RGB value is (118,19,35). Sum of RGB (Red+Green+Blue) = 118+19+35=172 (22% of max value = 765). Red value is 118 (46.48% from 255 or 68.60% from 172); Green value is 19 (7.81% from 255 or 11.05% from 172); Blue value is 35 (14.06% from 255 or 20.35% from 172); Max value from RGB is 118 - color contains mainly: red. Hex color #761323 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761323 is #89ECDC. Grayscale: #323232. Windows color (decimal): -9039069 or 2298742. OLE color: 2298742.
HSL color Cylindrical-coordinate representation of color #761323: hue angle of 350.3º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #761323 is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 19 | 35 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.54 |
| HSL | 350.3º | 0.72% | 0.27% | - |
| HSV(B) | 350.3º | 0.84% | 0.46% | - |
| XYZ | 8.01 | 4.44 | 2.02 | - |
| YUV | 50.43 | 119.3 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 19 | 35 | 0 | 0.84 | 0.70 | 0.54 | 350.3 | 0.72 | 0.27 |
| Hex | 76 | 13 | 23 | 0 | 54 | 46 | 36 | 15E | 48 | 1B |
| Octal | 166 | 23 | 43 | 0 | 124 | 106 | 66 | 536 | 110 | 33 |
| Binary | 1110110 | 10011 | 100011 | 0 | 1010100 | 1000110 | 110110 | 101011110 | 1001000 | 11011 |
Color Harmonies of #761323
Complementary color
Monochromatic Colors of #761323
Black with #761323
Text Example
Text Example
White with #761323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761323; }
p { color: rgb(118,19,35); }
H1.HeaderClassName
{
color: #761323;
}
.AnyTagClassName
{
color: #761323;
}
</style>
background-color css
<style>
a { background-color: #761323; }
a { background-color: rgb(118,19,35); }
div.DivClassName
{
background-color: #761323;
}
.BgClassName
{
background-color: #761323;
}
</style>
border-color css
<style>
span { border-color: #761323; }
span { border-color: rgb(118,19,35); }
td.TdClassName
{
border-color: #761323;
}
.TagClassName
{
border-color: #761323;
}
</style>