#70122A

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

Shades of Red Berry #70122A

Tints of Red Berry #70122A

Color information

#70122A (or 0x70122A) is unknown color: approx Red Berry. HEX triplet: 70, 12 and 2A. RGB value is (112,18,42). Sum of RGB (Red+Green+Blue) = 112+18+42=172 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.12% from 172); Green value is 18 (7.42% from 255 or 10.47% from 172); Blue value is 42 (16.80% from 255 or 24.42% from 172); Max value from RGB is 112 - color contains mainly: red. Hex color #70122A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70122A is #8FEDD5. Grayscale: #303030. Windows color (decimal): -9432534 or 2757232. OLE color: 2757232.

HSL color Cylindrical-coordinate representation of color #70122A: hue angle of 344.68º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #70122A is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB1121842-
CMYK00.840.620.56
HSL344.68º72.31%25.49%-
HSV(B)344.68º83.93%43.92%-
XYZ7.324.042.59-
YUV48.84124.14173.05-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 65.12%
GREEN value IS 18 (7.42% from 255) = 10.47%
BLUE value IS 42 (16.80% from 255) = 24.42%
R=65.12%
G=10.47%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112184200.840.620.56344.6872.3125.49
Hex70122A0543E381594819
Octal16022520124767053111031
Binary11100001001010101001010100111110111000101011001100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70122A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70122A; }

 p { color: rgb(112,18,42); }

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

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

 a { background-color: rgb(112,18,42); }

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

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

 span { border-color: rgb(112,18,42); }

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