#70151A

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

Shades of Red Berry #70151A

Tints of Red Berry #70151A

Color information

#70151A (or 0x70151A) is unknown color: approx Red Berry. HEX triplet: 70, 15 and 1A. RGB value is (112,21,26). Sum of RGB (Red+Green+Blue) = 112+21+26=159 (21% of max value = 765). Red value is 112 (44.14% from 255 or 70.44% from 159); Green value is 21 (8.59% from 255 or 13.21% from 159); Blue value is 26 (10.55% from 255 or 16.35% from 159); Max value from RGB is 112 - color contains mainly: red. Hex color #70151A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70151A is #8FEAE5. Grayscale: #303030. Windows color (decimal): -9431782 or 1709424. OLE color: 1709424.

HSL color Cylindrical-coordinate representation of color #70151A: hue angle of 356.7º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #70151A is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB1122126-
CMYK00.810.770.56
HSL356.7º68.42%26.08%-
HSV(B)356.7º81.25%43.92%-
XYZ7.144.061.38-
YUV48.78115.15173.09-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 70.44%
GREEN value IS 21 (8.59% from 255) = 13.21%
BLUE value IS 26 (10.55% from 255) = 16.35%
R=70.44%
G=13.21%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112212600.810.770.56356.768.4226.08
Hex70151A0514D38165441a
Octal160253201211157054510432
Binary11100001010111010010100011001101111000101100101100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70151A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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