#70141b

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

Shades of Red Berry #70141B

Tints of Red Berry #70141B

Color information

#70141B (or 0x70141B) is unknown color: approx Red Berry. HEX triplet: 70, 14 and 1B. RGB value is (112,20,27). Sum of RGB (Red+Green+Blue) = 112+20+27=159 (21% of max value = 765). Red value is 112 (44.14% from 255 or 70.44% from 159); Green value is 20 (8.20% from 255 or 12.58% from 159); Blue value is 27 (10.94% from 255 or 16.98% from 159); Max value from RGB is 112 - color contains mainly: red. Hex color #70141B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70141B is #8FEBE4. Grayscale: #303030. Windows color (decimal): -9432037 or 1774704. OLE color: 1774704.

HSL color Cylindrical-coordinate representation of color #70141B: hue angle of 355.43º 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 #70141B is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.56.

Color convert

RGB1122027-
CMYK00.820.760.56
HSL355.43º69.7%25.88%-
HSV(B)355.43º82.14%43.92%-
XYZ7.134.021.44-
YUV48.31115.98173.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 70.44%
GREEN value IS 20 (8.20% from 255) = 12.58%
BLUE value IS 27 (10.94% from 255) = 16.98%
R=70.44%
G=12.58%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.76
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112202700.820.760.56355.4369.725.88
Hex70141B0524C38163461a
Octal160243301221147054310632
Binary11100001010011011010100101001100111000101100011100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70141b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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