Shades of Red Berry #702125
Tints of Red Berry #702125
RGB
CMYK
RGB Variations
Color information
#702125 (or 0x702125) is known color: Red Berry. HEX triplet: 70, 21 and 25. RGB value is (112,33,37). Sum of RGB (Red+Green+Blue) = 112+33+37=182 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.54% from 182); Green value is 33 (13.28% from 255 or 18.13% from 182); Blue value is 37 (14.84% from 255 or 20.33% from 182); Max value from RGB is 112 - color contains mainly: red. Hex color #702125 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702125 is #8FDEDA. Grayscale: #393939. Windows color (decimal): -9428699 or 2433392. OLE color: 2433392.
HSL color Cylindrical-coordinate representation of color #702125: hue angle of 356.96º 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 #702125 is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 33 | 37 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.56 |
| HSL | 356.96º | 0.54% | 0.28% | - |
| HSV(B) | 356.96º | 0.71% | 0.44% | - |
| XYZ | 7.56 | 4.67 | 2.25 | - |
| YUV | 57.08 | 116.67 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 33 | 37 | 0 | 0.71 | 0.67 | 0.56 | 356.96 | 0.54 | 0.28 |
| Hex | 70 | 21 | 25 | 0 | 47 | 43 | 38 | 165 | 36 | 1C |
| Octal | 160 | 41 | 45 | 0 | 107 | 103 | 70 | 545 | 66 | 34 |
| Binary | 1110000 | 100001 | 100101 | 0 | 1000111 | 1000011 | 111000 | 101100101 | 110110 | 11100 |
Color Harmonies of #702125
Complementary color
Monochromatic Colors of #702125
Black with #702125
Text Example
Text Example
White with #702125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702125; }
p { color: rgb(112,33,37); }
H1.HeaderClassName
{
color: #702125;
}
.AnyTagClassName
{
color: #702125;
}
</style>
background-color css
<style>
a { background-color: #702125; }
a { background-color: rgb(112,33,37); }
div.DivClassName
{
background-color: #702125;
}
.BgClassName
{
background-color: #702125;
}
</style>
border-color css
<style>
span { border-color: #702125; }
span { border-color: rgb(112,33,37); }
td.TdClassName
{
border-color: #702125;
}
.TagClassName
{
border-color: #702125;
}
</style>