Shades of Red Berry #762428
Tints of Red Berry #762428
RGB
CMYK
RGB Variations
Color information
#762428 (or 0x762428) is known color: Red Berry. HEX triplet: 76, 24 and 28. RGB value is (118,36,40). Sum of RGB (Red+Green+Blue) = 118+36+40=194 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.82% from 194); Green value is 36 (14.45% from 255 or 18.56% from 194); Blue value is 40 (16.02% from 255 or 20.62% from 194); Max value from RGB is 118 - color contains mainly: red. Hex color #762428 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762428 is #89DBD7. Grayscale: #3D3D3D. Windows color (decimal): -9034712 or 2630774. OLE color: 2630774.
HSL color Cylindrical-coordinate representation of color #762428: hue angle of 357.07º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #762428 is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 36 | 40 | - |
| CMYK | 0 | 0.69 | 0.66 | 0.54 |
| HSL | 357.07º | 0.53% | 0.3% | - |
| HSV(B) | 357.07º | 0.69% | 0.46% | - |
| XYZ | 8.49 | 5.27 | 2.58 | - |
| YUV | 60.97 | 116.17 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 36 | 40 | 0 | 0.69 | 0.66 | 0.54 | 357.07 | 0.53 | 0.3 |
| Hex | 76 | 24 | 28 | 0 | 45 | 42 | 36 | 165 | 35 | 1E |
| Octal | 166 | 44 | 50 | 0 | 105 | 102 | 66 | 545 | 65 | 36 |
| Binary | 1110110 | 100100 | 101000 | 0 | 1000101 | 1000010 | 110110 | 101100101 | 110101 | 11110 |
Color Harmonies of #762428
Complementary color
Monochromatic Colors of #762428
Black with #762428
Text Example
Text Example
White with #762428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762428; }
p { color: rgb(118,36,40); }
H1.HeaderClassName
{
color: #762428;
}
.AnyTagClassName
{
color: #762428;
}
</style>
background-color css
<style>
a { background-color: #762428; }
a { background-color: rgb(118,36,40); }
div.DivClassName
{
background-color: #762428;
}
.BgClassName
{
background-color: #762428;
}
</style>
border-color css
<style>
span { border-color: #762428; }
span { border-color: rgb(118,36,40); }
td.TdClassName
{
border-color: #762428;
}
.TagClassName
{
border-color: #762428;
}
</style>