Shades of Red Berry #702127
Tints of Red Berry #702127
RGB
CMYK
RGB Variations
Color information
#702127 (or 0x702127) is known color: Red Berry. HEX triplet: 70, 21 and 27. RGB value is (112,33,39). Sum of RGB (Red+Green+Blue) = 112+33+39=184 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.87% from 184); Green value is 33 (13.28% from 255 or 17.93% from 184); Blue value is 39 (15.62% from 255 or 21.20% from 184); Max value from RGB is 112 - color contains mainly: red. Hex color #702127 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702127 is #8FDED8. Grayscale: #393939. Windows color (decimal): -9428697 or 2564464. OLE color: 2564464.
HSL color Cylindrical-coordinate representation of color #702127: hue angle of 355.44º 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 #702127 is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 33 | 39 | - |
| CMYK | 0 | 0.71 | 0.65 | 0.56 |
| HSL | 355.44º | 0.54% | 0.28% | - |
| HSV(B) | 355.44º | 0.71% | 0.44% | - |
| XYZ | 7.59 | 4.68 | 2.42 | - |
| YUV | 57.31 | 117.67 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 33 | 39 | 0 | 0.71 | 0.65 | 0.56 | 355.44 | 0.54 | 0.28 |
| Hex | 70 | 21 | 27 | 0 | 47 | 41 | 38 | 163 | 36 | 1C |
| Octal | 160 | 41 | 47 | 0 | 107 | 101 | 70 | 543 | 66 | 34 |
| Binary | 1110000 | 100001 | 100111 | 0 | 1000111 | 1000001 | 111000 | 101100011 | 110110 | 11100 |
Color Harmonies of #702127
Complementary color
Monochromatic Colors of #702127
Black with #702127
Text Example
Text Example
White with #702127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702127; }
p { color: rgb(112,33,39); }
H1.HeaderClassName
{
color: #702127;
}
.AnyTagClassName
{
color: #702127;
}
</style>
background-color css
<style>
a { background-color: #702127; }
a { background-color: rgb(112,33,39); }
div.DivClassName
{
background-color: #702127;
}
.BgClassName
{
background-color: #702127;
}
</style>
border-color css
<style>
span { border-color: #702127; }
span { border-color: rgb(112,33,39); }
td.TdClassName
{
border-color: #702127;
}
.TagClassName
{
border-color: #702127;
}
</style>