Shades of Red Berry #752126
Tints of Red Berry #752126
RGB
CMYK
RGB Variations
Color information
#752126 (or 0x752126) is known color: Red Berry. HEX triplet: 75, 21 and 26. RGB value is (117,33,38). Sum of RGB (Red+Green+Blue) = 117+33+38=188 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.23% from 188); Green value is 33 (13.28% from 255 or 17.55% from 188); Blue value is 38 (15.23% from 255 or 20.21% from 188); Max value from RGB is 117 - color contains mainly: red. Hex color #752126 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752126 is #8ADED9. Grayscale: #3A3A3A. Windows color (decimal): -9101018 or 2498933. OLE color: 2498933.
HSL color Cylindrical-coordinate representation of color #752126: hue angle of 356.43º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #752126 is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 33 | 38 | - |
| CMYK | 0 | 0.72 | 0.68 | 0.54 |
| HSL | 356.43º | 0.56% | 0.29% | - |
| HSV(B) | 356.43º | 0.72% | 0.46% | - |
| XYZ | 8.23 | 5.01 | 2.37 | - |
| YUV | 58.69 | 116.33 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 33 | 38 | 0 | 0.72 | 0.68 | 0.54 | 356.43 | 0.56 | 0.29 |
| Hex | 75 | 21 | 26 | 0 | 48 | 44 | 36 | 164 | 38 | 1D |
| Octal | 165 | 41 | 46 | 0 | 110 | 104 | 66 | 544 | 70 | 35 |
| Binary | 1110101 | 100001 | 100110 | 0 | 1001000 | 1000100 | 110110 | 101100100 | 111000 | 11101 |
Color Harmonies of #752126
Complementary color
Monochromatic Colors of #752126
Black with #752126
Text Example
Text Example
White with #752126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752126; }
p { color: rgb(117,33,38); }
H1.HeaderClassName
{
color: #752126;
}
.AnyTagClassName
{
color: #752126;
}
</style>
background-color css
<style>
a { background-color: #752126; }
a { background-color: rgb(117,33,38); }
div.DivClassName
{
background-color: #752126;
}
.BgClassName
{
background-color: #752126;
}
</style>
border-color css
<style>
span { border-color: #752126; }
span { border-color: rgb(117,33,38); }
td.TdClassName
{
border-color: #752126;
}
.TagClassName
{
border-color: #752126;
}
</style>