Shades of Red Berry #752429
Tints of Red Berry #752429
RGB
CMYK
RGB Variations
Color information
#752429 (or 0x752429) is known color: Red Berry. HEX triplet: 75, 24 and 29. RGB value is (117,36,41). Sum of RGB (Red+Green+Blue) = 117+36+41=194 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.31% from 194); Green value is 36 (14.45% from 255 or 18.56% from 194); Blue value is 41 (16.41% from 255 or 21.13% from 194); Max value from RGB is 117 - color contains mainly: red. Hex color #752429 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752429 is #8ADBD6. Grayscale: #3C3C3C. Windows color (decimal): -9100247 or 2696309. OLE color: 2696309.
HSL color Cylindrical-coordinate representation of color #752429: hue angle of 356.3º 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 #752429 is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 36 | 41 | - |
| CMYK | 0 | 0.69 | 0.65 | 0.54 |
| HSL | 356.3º | 0.53% | 0.3% | - |
| HSV(B) | 356.3º | 0.69% | 0.46% | - |
| XYZ | 8.37 | 5.2 | 2.66 | - |
| YUV | 60.79 | 116.84 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 36 | 41 | 0 | 0.69 | 0.65 | 0.54 | 356.3 | 0.53 | 0.3 |
| Hex | 75 | 24 | 29 | 0 | 45 | 41 | 36 | 164 | 35 | 1E |
| Octal | 165 | 44 | 51 | 0 | 105 | 101 | 66 | 544 | 65 | 36 |
| Binary | 1110101 | 100100 | 101001 | 0 | 1000101 | 1000001 | 110110 | 101100100 | 110101 | 11110 |
Color Harmonies of #752429
Complementary color
Monochromatic Colors of #752429
Black with #752429
Text Example
Text Example
White with #752429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752429; }
p { color: rgb(117,36,41); }
H1.HeaderClassName
{
color: #752429;
}
.AnyTagClassName
{
color: #752429;
}
</style>
background-color css
<style>
a { background-color: #752429; }
a { background-color: rgb(117,36,41); }
div.DivClassName
{
background-color: #752429;
}
.BgClassName
{
background-color: #752429;
}
</style>
border-color css
<style>
span { border-color: #752429; }
span { border-color: rgb(117,36,41); }
td.TdClassName
{
border-color: #752429;
}
.TagClassName
{
border-color: #752429;
}
</style>