#70171E

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

Shades of Red Berry #70171E

Tints of Red Berry #70171E

Color information

#70171E (or 0x70171E) is unknown color: approx Red Berry. HEX triplet: 70, 17 and 1E. RGB value is (112,23,30). Sum of RGB (Red+Green+Blue) = 112+23+30=165 (21% of max value = 765). Red value is 112 (44.14% from 255 or 67.88% from 165); Green value is 23 (9.38% from 255 or 13.94% from 165); Blue value is 30 (12.11% from 255 or 18.18% from 165); Max value from RGB is 112 - color contains mainly: red. Hex color #70171E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70171E is #8FE8E1. Grayscale: #323232. Windows color (decimal): -9431266 or 1972080. OLE color: 1972080.

HSL color Cylindrical-coordinate representation of color #70171E: hue angle of 355.28º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #70171E is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB1122330-
CMYK00.790.730.56
HSL355.28º65.93%26.47%-
HSV(B)355.28º79.46%43.92%-
XYZ7.224.151.65-
YUV50.41116.49171.93-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 67.88%
GREEN value IS 23 (9.38% from 255) = 13.94%
BLUE value IS 30 (12.11% from 255) = 18.18%
R=67.88%
G=13.94%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112233000.790.730.56355.2865.9326.47
Hex70171E04F4938163421a
Octal160273601171117054310232
Binary11100001011111110010011111001001111000101100011100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70171E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70171E; }

 p { color: rgb(112,23,30); }

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

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

 a { background-color: rgb(112,23,30); }

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

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

 span { border-color: rgb(112,23,30); }

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