Shades of Red Berry #702024
Tints of Red Berry #702024
RGB
CMYK
RGB Variations
Color information
#702024 (or 0x702024) is known color: Red Berry. HEX triplet: 70, 20 and 24. RGB value is (112,32,36). Sum of RGB (Red+Green+Blue) = 112+32+36=180 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.22% from 180); Green value is 32 (12.89% from 255 or 17.78% from 180); Blue value is 36 (14.45% from 255 or 20% from 180); Max value from RGB is 112 - color contains mainly: red. Hex color #702024 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702024 is #8FDFDB. Grayscale: #383838. Windows color (decimal): -9428956 or 2367600. OLE color: 2367600.
HSL color Cylindrical-coordinate representation of color #702024: hue angle of 357º degrees, saturation: 0.56, 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 #702024 is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 32 | 36 | - |
| CMYK | 0 | 0.71 | 0.68 | 0.56 |
| HSL | 357º | 0.56% | 0.28% | - |
| HSV(B) | 357º | 0.71% | 0.44% | - |
| XYZ | 7.52 | 4.61 | 2.16 | - |
| YUV | 56.38 | 116.5 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 32 | 36 | 0 | 0.71 | 0.68 | 0.56 | 357 | 0.56 | 0.28 |
| Hex | 70 | 20 | 24 | 0 | 47 | 44 | 38 | 165 | 38 | 1C |
| Octal | 160 | 40 | 44 | 0 | 107 | 104 | 70 | 545 | 70 | 34 |
| Binary | 1110000 | 100000 | 100100 | 0 | 1000111 | 1000100 | 111000 | 101100101 | 111000 | 11100 |
Color Harmonies of #702024
Complementary color
Monochromatic Colors of #702024
Black with #702024
Text Example
Text Example
White with #702024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702024; }
p { color: rgb(112,32,36); }
H1.HeaderClassName
{
color: #702024;
}
.AnyTagClassName
{
color: #702024;
}
</style>
background-color css
<style>
a { background-color: #702024; }
a { background-color: rgb(112,32,36); }
div.DivClassName
{
background-color: #702024;
}
.BgClassName
{
background-color: #702024;
}
</style>
border-color css
<style>
span { border-color: #702024; }
span { border-color: rgb(112,32,36); }
td.TdClassName
{
border-color: #702024;
}
.TagClassName
{
border-color: #702024;
}
</style>