#701A1E

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

Shades of Red Berry #701A1E

Tints of Red Berry #701A1E

Color information

#701A1E (or 0x701A1E) is unknown color: approx Red Berry. HEX triplet: 70, 1A and 1E. RGB value is (112,26,30). Sum of RGB (Red+Green+Blue) = 112+26+30=168 (22% of max value = 765). Red value is 112 (44.14% from 255 or 66.67% from 168); Green value is 26 (10.55% from 255 or 15.48% from 168); Blue value is 30 (12.11% from 255 or 17.86% from 168); Max value from RGB is 112 - color contains mainly: red. Hex color #701A1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701A1E is #8FE5E1. Grayscale: #343434. Windows color (decimal): -9430498 or 1972848. OLE color: 1972848.

HSL color Cylindrical-coordinate representation of color #701A1E: hue angle of 357.21º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #701A1E is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB1122630-
CMYK00.770.730.56
HSL357.21º62.32%27.06%-
HSV(B)357.21º76.79%43.92%-
XYZ7.294.281.67-
YUV52.17115.49170.67-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 66.67%
GREEN value IS 26 (10.55% from 255) = 15.48%
BLUE value IS 30 (12.11% from 255) = 17.86%
R=66.67%
G=15.48%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112263000.770.730.56357.2162.3227.06
Hex701A1E04D49381653e1b
Octal16032360115111705457633
Binary1110000110101111001001101100100111100010110010111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701A1E; }

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

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

<style>
 a { background-color: #701A1E; }

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

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

<style>
 span { border-color: #701A1E; }

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

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