Shades of Red Berry #702329
Tints of Red Berry #702329
RGB
CMYK
RGB Variations
Color information
#702329 (or 0x702329) is known color: Red Berry. HEX triplet: 70, 23 and 29. RGB value is (112,35,41). Sum of RGB (Red+Green+Blue) = 112+35+41=188 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.57% from 188); Green value is 35 (14.06% from 255 or 18.62% from 188); Blue value is 41 (16.41% from 255 or 21.81% from 188); Max value from RGB is 112 - color contains mainly: red. Hex color #702329 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702329 is #8FDCD6. Grayscale: #3A3A3A. Windows color (decimal): -9428183 or 2696048. OLE color: 2696048.
HSL color Cylindrical-coordinate representation of color #702329: hue angle of 355.32º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #702329 is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 35 | 41 | - |
| CMYK | 0 | 0.69 | 0.63 | 0.56 |
| HSL | 355.32º | 0.52% | 0.29% | - |
| HSV(B) | 355.32º | 0.69% | 0.44% | - |
| XYZ | 7.68 | 4.81 | 2.62 | - |
| YUV | 58.71 | 118.01 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 35 | 41 | 0 | 0.69 | 0.63 | 0.56 | 355.32 | 0.52 | 0.29 |
| Hex | 70 | 23 | 29 | 0 | 45 | 3F | 38 | 163 | 34 | 1D |
| Octal | 160 | 43 | 51 | 0 | 105 | 77 | 70 | 543 | 64 | 35 |
| Binary | 1110000 | 100011 | 101001 | 0 | 1000101 | 111111 | 111000 | 101100011 | 110100 | 11101 |
Color Harmonies of #702329
Complementary color
Monochromatic Colors of #702329
Black with #702329
Text Example
Text Example
White with #702329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702329; }
p { color: rgb(112,35,41); }
H1.HeaderClassName
{
color: #702329;
}
.AnyTagClassName
{
color: #702329;
}
</style>
background-color css
<style>
a { background-color: #702329; }
a { background-color: rgb(112,35,41); }
div.DivClassName
{
background-color: #702329;
}
.BgClassName
{
background-color: #702329;
}
</style>
border-color css
<style>
span { border-color: #702329; }
span { border-color: rgb(112,35,41); }
td.TdClassName
{
border-color: #702329;
}
.TagClassName
{
border-color: #702329;
}
</style>