#701A22

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

Shades of Red Berry #701A22

Tints of Red Berry #701A22

Color information

#701A22 (or 0x701A22) is unknown color: approx Red Berry. HEX triplet: 70, 1A and 22. RGB value is (112,26,34). Sum of RGB (Red+Green+Blue) = 112+26+34=172 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.12% from 172); Green value is 26 (10.55% from 255 or 15.12% from 172); Blue value is 34 (13.67% from 255 or 19.77% from 172); Max value from RGB is 112 - color contains mainly: red. Hex color #701A22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701A22 is #8FE5DD. Grayscale: #343434. Windows color (decimal): -9430494 or 2234992. OLE color: 2234992.

HSL color Cylindrical-coordinate representation of color #701A22: hue angle of 354.42º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #701A22 is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB1122634-
CMYK00.770.700.56
HSL354.42º62.32%27.06%-
HSV(B)354.42º76.79%43.92%-
XYZ7.344.31.96-
YUV52.63117.49170.35-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 65.12%
GREEN value IS 26 (10.55% from 255) = 15.12%
BLUE value IS 34 (13.67% from 255) = 19.77%
R=65.12%
G=15.12%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.70
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112263400.770.700.56354.4262.3227.06
Hex701A2204D46381623e1b
Octal16032420115106705427633
Binary11100001101010001001001101100011011100010110001011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701A22; }

 p { color: rgb(112,26,34); }

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

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

 a { background-color: rgb(112,26,34); }

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

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

 span { border-color: rgb(112,26,34); }

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