#70151D

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

Shades of Red Berry #70151D

Tints of Red Berry #70151D

Color information

#70151D (or 0x70151D) is unknown color: approx Red Berry. HEX triplet: 70, 15 and 1D. RGB value is (112,21,29). Sum of RGB (Red+Green+Blue) = 112+21+29=162 (21% of max value = 765). Red value is 112 (44.14% from 255 or 69.14% from 162); Green value is 21 (8.59% from 255 or 12.96% from 162); Blue value is 29 (11.72% from 255 or 17.90% from 162); Max value from RGB is 112 - color contains mainly: red. Hex color #70151D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70151D is #8FEAE2. Grayscale: #313131. Windows color (decimal): -9431779 or 1906032. OLE color: 1906032.

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

Color convert

RGB1122129-
CMYK00.810.740.56
HSL354.73º68.42%26.08%-
HSV(B)354.73º81.25%43.92%-
XYZ7.174.071.57-
YUV49.12116.65172.85-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 69.14%
GREEN value IS 21 (8.59% from 255) = 12.96%
BLUE value IS 29 (11.72% from 255) = 17.90%
R=69.14%
G=12.96%
B=17.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.74
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112212900.810.740.56354.7368.4226.08
Hex70151D0514A38163441a
Octal160253501211127054310432
Binary11100001010111101010100011001010111000101100011100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70151D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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