#70222B

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

Shades of Red Berry #70222B

Tints of Red Berry #70222B

Color information

#70222B (or 0x70222B) is unknown color: approx Red Berry. HEX triplet: 70, 22 and 2B. RGB value is (112,34,43). Sum of RGB (Red+Green+Blue) = 112+34+43=189 (25% of max value = 765). Red value is 112 (44.14% from 255 or 59.26% from 189); Green value is 34 (13.67% from 255 or 17.99% from 189); Blue value is 43 (17.19% from 255 or 22.75% from 189); Max value from RGB is 112 - color contains mainly: red. Hex color #70222B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70222B is #8FDDD4. Grayscale: #3A3A3A. Windows color (decimal): -9428437 or 2826864. OLE color: 2826864.

HSL color Cylindrical-coordinate representation of color #70222B: hue angle of 353.08º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #70222B is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB1123443-
CMYK00.700.620.56
HSL353.08º53.42%28.63%-
HSV(B)353.08º69.64%43.92%-
XYZ7.694.762.8-
YUV58.35119.34166.27-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 59.26%
GREEN value IS 34 (13.67% from 255) = 17.99%
BLUE value IS 43 (17.19% from 255) = 22.75%
R=59.26%
G=17.99%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112344300.700.620.56353.0853.4228.63
Hex70222B0463E38161351d
Octal1604253010676705416535
Binary11100001000101010110100011011111011100010110000111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70222B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70222B; }

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

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

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

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

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

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

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

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