#701124

Color #701124 Red Berry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Berry #701124

Tints of Red Berry #701124

Color information

#701124 (or 0x701124) is unknown color: approx Red Berry. HEX triplet: 70, 11 and 24. RGB value is (112,17,36). Sum of RGB (Red+Green+Blue) = 112+17+36=165 (21% of max value = 765). Red value is 112 (44.14% from 255 or 67.88% from 165); Green value is 17 (7.03% from 255 or 10.30% from 165); Blue value is 36 (14.45% from 255 or 21.82% from 165); Max value from RGB is 112 - color contains mainly: red. Hex color #701124 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701124 is #8FEEDB. Grayscale: #2F2F2F. Windows color (decimal): -9432796 or 2363760. OLE color: 2363760.

HSL color Cylindrical-coordinate representation of color #701124: hue angle of 348º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #701124 is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB1121736-
CMYK00.850.680.56
HSL348º73.64%25.29%-
HSV(B)348º84.82%43.92%-
XYZ7.23.972.06-
YUV47.57121.47173.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 67.88%
GREEN value IS 17 (7.03% from 255) = 10.30%
BLUE value IS 36 (14.45% from 255) = 21.82%
R=67.88%
G=10.30%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112173600.850.680.5634873.6425.29
Hex701124055443815c4a19
Octal160214401251047053411231
Binary111000010001100100010101011000100111000101011100100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701124; }

 p { color: rgb(112,17,36); }

 H1.HeaderClassName
 {
   color: #701124;
 }
 .AnyTagClassName
 {
   color: #701124;
 }
</style>
background-color css

<style>
 a { background-color: #701124; }

 a { background-color: rgb(112,17,36); }

 div.DivClassName
 {
   background-color: #701124;
 }
 .BgClassName
 {
   background-color: #701124;
 }
</style>
border-color css

<style>
 span { border-color: #701124; }

 span { border-color: rgb(112,17,36); }

 td.TdClassName
 {
   border-color: #701124;
 }
 .TagClassName
 {
   border-color: #701124;
 }
</style>