#70141F

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

Shades of Red Berry #70141F

Tints of Red Berry #70141F

Color information

#70141F (or 0x70141F) is unknown color: approx Red Berry. HEX triplet: 70, 14 and 1F. RGB value is (112,20,31). Sum of RGB (Red+Green+Blue) = 112+20+31=163 (21% of max value = 765). Red value is 112 (44.14% from 255 or 68.71% from 163); Green value is 20 (8.20% from 255 or 12.27% from 163); Blue value is 31 (12.5% from 255 or 19.02% from 163); Max value from RGB is 112 - color contains mainly: red. Hex color #70141F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70141F is #8FEBE0. Grayscale: #303030. Windows color (decimal): -9432033 or 2036848. OLE color: 2036848.

HSL color Cylindrical-coordinate representation of color #70141F: hue angle of 352.83º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #70141F is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB1122031-
CMYK00.820.720.56
HSL352.83º69.7%25.88%-
HSV(B)352.83º82.14%43.92%-
XYZ7.184.041.7-
YUV48.76117.98173.11-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 68.71%
GREEN value IS 20 (8.20% from 255) = 12.27%
BLUE value IS 31 (12.5% from 255) = 19.02%
R=68.71%
G=12.27%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112203100.820.720.56352.8369.725.88
Hex70141F0524838161461a
Octal160243701221107054110632
Binary11100001010011111010100101001000111000101100001100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70141F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70141F; }

 p { color: rgb(112,20,31); }

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

<style>
 a { background-color: #70141F; }

 a { background-color: rgb(112,20,31); }

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

<style>
 span { border-color: #70141F; }

 span { border-color: rgb(112,20,31); }

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