#70121A

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

Shades of Red Berry #70121A

Tints of Red Berry #70121A

Color information

#70121A (or 0x70121A) is unknown color: approx Red Berry. HEX triplet: 70, 12 and 1A. RGB value is (112,18,26). Sum of RGB (Red+Green+Blue) = 112+18+26=156 (20% of max value = 765). Red value is 112 (44.14% from 255 or 71.79% from 156); Green value is 18 (7.42% from 255 or 11.54% from 156); Blue value is 26 (10.55% from 255 or 16.67% from 156); Max value from RGB is 112 - color contains mainly: red. Hex color #70121A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70121A is #8FEDE5. Grayscale: #2F2F2F. Windows color (decimal): -9432550 or 1708656. OLE color: 1708656.

HSL color Cylindrical-coordinate representation of color #70121A: hue angle of 354.89º 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 #70121A is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB1121826-
CMYK00.840.770.56
HSL354.89º72.31%25.49%-
HSV(B)354.89º83.93%43.92%-
XYZ7.083.951.37-
YUV47.02116.14174.35-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 71.79%
GREEN value IS 18 (7.42% from 255) = 11.54%
BLUE value IS 26 (10.55% from 255) = 16.67%
R=71.79%
G=11.54%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112182600.840.770.56354.8972.3125.49
Hex70121A0544D381634819
Octal160223201241157054311031
Binary11100001001011010010101001001101111000101100011100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70121A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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