Shades of Red Berry #762128
Tints of Red Berry #762128
RGB
CMYK
RGB Variations
Color information
#762128 (or 0x762128) is known color: Red Berry. HEX triplet: 76, 21 and 28. RGB value is (118,33,40). Sum of RGB (Red+Green+Blue) = 118+33+40=191 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.78% from 191); Green value is 33 (13.28% from 255 or 17.28% from 191); Blue value is 40 (16.02% from 255 or 20.94% from 191); Max value from RGB is 118 - color contains mainly: red. Hex color #762128 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762128 is #89DED7. Grayscale: #3B3B3B. Windows color (decimal): -9035480 or 2630006. OLE color: 2630006.
HSL color Cylindrical-coordinate representation of color #762128: hue angle of 355.06º 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 #762128 is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 33 | 40 | - |
| CMYK | 0 | 0.72 | 0.66 | 0.54 |
| HSL | 355.06º | 0.56% | 0.3% | - |
| HSV(B) | 355.06º | 0.72% | 0.46% | - |
| XYZ | 8.4 | 5.09 | 2.55 | - |
| YUV | 59.21 | 117.16 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 33 | 40 | 0 | 0.72 | 0.66 | 0.54 | 355.06 | 0.56 | 0.3 |
| Hex | 76 | 21 | 28 | 0 | 48 | 42 | 36 | 163 | 38 | 1E |
| Octal | 166 | 41 | 50 | 0 | 110 | 102 | 66 | 543 | 70 | 36 |
| Binary | 1110110 | 100001 | 101000 | 0 | 1001000 | 1000010 | 110110 | 101100011 | 111000 | 11110 |
Color Harmonies of #762128
Complementary color
Monochromatic Colors of #762128
Black with #762128
Text Example
Text Example
White with #762128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762128; }
p { color: rgb(118,33,40); }
H1.HeaderClassName
{
color: #762128;
}
.AnyTagClassName
{
color: #762128;
}
</style>
background-color css
<style>
a { background-color: #762128; }
a { background-color: rgb(118,33,40); }
div.DivClassName
{
background-color: #762128;
}
.BgClassName
{
background-color: #762128;
}
</style>
border-color css
<style>
span { border-color: #762128; }
span { border-color: rgb(118,33,40); }
td.TdClassName
{
border-color: #762128;
}
.TagClassName
{
border-color: #762128;
}
</style>