#701122

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

Shades of Red Berry #701122

Tints of Red Berry #701122

Color information

#701122 (or 0x701122) is unknown color: approx Red Berry. HEX triplet: 70, 11 and 22. RGB value is (112,17,34). Sum of RGB (Red+Green+Blue) = 112+17+34=163 (21% of max value = 765). Red value is 112 (44.14% from 255 or 68.71% from 163); Green value is 17 (7.03% from 255 or 10.43% from 163); Blue value is 34 (13.67% from 255 or 20.86% from 163); Max value from RGB is 112 - color contains mainly: red. Hex color #701122 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701122 is #8FEEDD. Grayscale: #2F2F2F. Windows color (decimal): -9432798 or 2232688. OLE color: 2232688.

HSL color Cylindrical-coordinate representation of color #701122: hue angle of 349.26º 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 #701122 is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB1121734-
CMYK00.850.700.56
HSL349.26º73.64%25.29%-
HSV(B)349.26º84.82%43.92%-
XYZ7.173.961.9-
YUV47.34120.47174.12-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 68.71%
GREEN value IS 17 (7.03% from 255) = 10.43%
BLUE value IS 34 (13.67% from 255) = 20.86%
R=68.71%
G=10.43%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.70
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112173400.850.700.56349.2673.6425.29
Hex701122055463815d4a19
Octal160214201251067053511231
Binary111000010001100010010101011000110111000101011101100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701122; }

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

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

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

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

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

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

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

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