Shades of Red Berry #761E21
Tints of Red Berry #761E21
RGB
CMYK
RGB Variations
Color information
#761E21 (or 0x761E21) is known color: Red Berry. HEX triplet: 76, 1E and 21. RGB value is (118,30,33). Sum of RGB (Red+Green+Blue) = 118+30+33=181 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.19% from 181); Green value is 30 (12.11% from 255 or 16.57% from 181); Blue value is 33 (13.28% from 255 or 18.23% from 181); Max value from RGB is 118 - color contains mainly: red. Hex color #761E21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761E21 is #89E1DE. Grayscale: #383838. Windows color (decimal): -9036255 or 2170486. OLE color: 2170486.
HSL color Cylindrical-coordinate representation of color #761E21: hue angle of 357.95º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #761E21 is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 30 | 33 | - |
| CMYK | 0 | 0.75 | 0.72 | 0.54 |
| HSL | 357.95º | 0.59% | 0.29% | - |
| HSV(B) | 357.95º | 0.75% | 0.46% | - |
| XYZ | 8.21 | 4.89 | 1.95 | - |
| YUV | 56.65 | 114.65 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 30 | 33 | 0 | 0.75 | 0.72 | 0.54 | 357.95 | 0.59 | 0.29 |
| Hex | 76 | 1E | 21 | 0 | 4B | 48 | 36 | 166 | 3B | 1D |
| Octal | 166 | 36 | 41 | 0 | 113 | 110 | 66 | 546 | 73 | 35 |
| Binary | 1110110 | 11110 | 100001 | 0 | 1001011 | 1001000 | 110110 | 101100110 | 111011 | 11101 |
Color Harmonies of #761E21
Complementary color
Monochromatic Colors of #761E21
Black with #761E21
Text Example
Text Example
White with #761E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761E21; }
p { color: rgb(118,30,33); }
H1.HeaderClassName
{
color: #761E21;
}
.AnyTagClassName
{
color: #761E21;
}
</style>
background-color css
<style>
a { background-color: #761E21; }
a { background-color: rgb(118,30,33); }
div.DivClassName
{
background-color: #761E21;
}
.BgClassName
{
background-color: #761E21;
}
</style>
border-color css
<style>
span { border-color: #761E21; }
span { border-color: rgb(118,30,33); }
td.TdClassName
{
border-color: #761E21;
}
.TagClassName
{
border-color: #761E21;
}
</style>