Shades of Red Berry #702123
Tints of Red Berry #702123
RGB
CMYK
RGB Variations
Color information
#702123 (or 0x702123) is known color: Red Berry. HEX triplet: 70, 21 and 23. RGB value is (112,33,35). Sum of RGB (Red+Green+Blue) = 112+33+35=180 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.22% from 180); Green value is 33 (13.28% from 255 or 18.33% from 180); Blue value is 35 (14.06% from 255 or 19.44% from 180); Max value from RGB is 112 - color contains mainly: red. Hex color #702123 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702123 is #8FDEDC. Grayscale: #383838. Windows color (decimal): -9428701 or 2302320. OLE color: 2302320.
HSL color Cylindrical-coordinate representation of color #702123: hue angle of 358.48º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #702123 is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 33 | 35 | - |
| CMYK | 0 | 0.71 | 0.69 | 0.56 |
| HSL | 358.48º | 0.54% | 0.28% | - |
| HSV(B) | 358.48º | 0.71% | 0.44% | - |
| XYZ | 7.53 | 4.65 | 2.09 | - |
| YUV | 56.85 | 115.67 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 33 | 35 | 0 | 0.71 | 0.69 | 0.56 | 358.48 | 0.54 | 0.28 |
| Hex | 70 | 21 | 23 | 0 | 47 | 45 | 38 | 166 | 36 | 1C |
| Octal | 160 | 41 | 43 | 0 | 107 | 105 | 70 | 546 | 66 | 34 |
| Binary | 1110000 | 100001 | 100011 | 0 | 1000111 | 1000101 | 111000 | 101100110 | 110110 | 11100 |
Color Harmonies of #702123
Complementary color
Monochromatic Colors of #702123
Black with #702123
Text Example
Text Example
White with #702123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702123; }
p { color: rgb(112,33,35); }
H1.HeaderClassName
{
color: #702123;
}
.AnyTagClassName
{
color: #702123;
}
</style>
background-color css
<style>
a { background-color: #702123; }
a { background-color: rgb(112,33,35); }
div.DivClassName
{
background-color: #702123;
}
.BgClassName
{
background-color: #702123;
}
</style>
border-color css
<style>
span { border-color: #702123; }
span { border-color: rgb(112,33,35); }
td.TdClassName
{
border-color: #702123;
}
.TagClassName
{
border-color: #702123;
}
</style>