Shades of Red Berry #752127
Tints of Red Berry #752127
RGB
CMYK
RGB Variations
Color information
#752127 (or 0x752127) is known color: Red Berry. HEX triplet: 75, 21 and 27. RGB value is (117,33,39). Sum of RGB (Red+Green+Blue) = 117+33+39=189 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.90% from 189); Green value is 33 (13.28% from 255 or 17.46% from 189); Blue value is 39 (15.62% from 255 or 20.63% from 189); Max value from RGB is 117 - color contains mainly: red. Hex color #752127 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752127 is #8ADED8. Grayscale: #3A3A3A. Windows color (decimal): -9101017 or 2564469. OLE color: 2564469.
HSL color Cylindrical-coordinate representation of color #752127: hue angle of 355.71º 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 #752127 is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 33 | 39 | - |
| CMYK | 0 | 0.72 | 0.67 | 0.54 |
| HSL | 355.71º | 0.56% | 0.29% | - |
| HSV(B) | 355.71º | 0.72% | 0.46% | - |
| XYZ | 8.25 | 5.02 | 2.45 | - |
| YUV | 58.8 | 116.83 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 33 | 39 | 0 | 0.72 | 0.67 | 0.54 | 355.71 | 0.56 | 0.29 |
| Hex | 75 | 21 | 27 | 0 | 48 | 43 | 36 | 164 | 38 | 1D |
| Octal | 165 | 41 | 47 | 0 | 110 | 103 | 66 | 544 | 70 | 35 |
| Binary | 1110101 | 100001 | 100111 | 0 | 1001000 | 1000011 | 110110 | 101100100 | 111000 | 11101 |
Color Harmonies of #752127
Complementary color
Monochromatic Colors of #752127
Black with #752127
Text Example
Text Example
White with #752127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752127; }
p { color: rgb(117,33,39); }
H1.HeaderClassName
{
color: #752127;
}
.AnyTagClassName
{
color: #752127;
}
</style>
background-color css
<style>
a { background-color: #752127; }
a { background-color: rgb(117,33,39); }
div.DivClassName
{
background-color: #752127;
}
.BgClassName
{
background-color: #752127;
}
</style>
border-color css
<style>
span { border-color: #752127; }
span { border-color: rgb(117,33,39); }
td.TdClassName
{
border-color: #752127;
}
.TagClassName
{
border-color: #752127;
}
</style>