#70141D

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

Shades of Red Berry #70141D

Tints of Red Berry #70141D

Color information

#70141D (or 0x70141D) is unknown color: approx Red Berry. HEX triplet: 70, 14 and 1D. RGB value is (112,20,29). Sum of RGB (Red+Green+Blue) = 112+20+29=161 (21% of max value = 765). Red value is 112 (44.14% from 255 or 69.57% from 161); Green value is 20 (8.20% from 255 or 12.42% from 161); Blue value is 29 (11.72% from 255 or 18.01% from 161); Max value from RGB is 112 - color contains mainly: red. Hex color #70141D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70141D is #8FEBE2. Grayscale: #303030. Windows color (decimal): -9432035 or 1905776. OLE color: 1905776.

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

Color convert

RGB1122029-
CMYK00.820.740.56
HSL354.13º69.7%25.88%-
HSV(B)354.13º82.14%43.92%-
XYZ7.154.031.56-
YUV48.53116.98173.27-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 69.57%
GREEN value IS 20 (8.20% from 255) = 12.42%
BLUE value IS 29 (11.72% from 255) = 18.01%
R=69.57%
G=12.42%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.74
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112202900.820.740.56354.1369.725.88
Hex70141D0524A38162461a
Octal160243501221127054210632
Binary11100001010011101010100101001010111000101100010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70141D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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