#701E2D

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

Shades of Red Berry #701E2D

Tints of Red Berry #701E2D

Color information

#701E2D (or 0x701E2D) is unknown color: approx Red Berry. HEX triplet: 70, 1E and 2D. RGB value is (112,30,45). Sum of RGB (Red+Green+Blue) = 112+30+45=187 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.89% from 187); Green value is 30 (12.11% from 255 or 16.04% from 187); Blue value is 45 (17.97% from 255 or 24.06% from 187); Max value from RGB is 112 - color contains mainly: red. Hex color #701E2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701E2D is #8FE1D2. Grayscale: #383838. Windows color (decimal): -9429459 or 2956912. OLE color: 2956912.

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

Color convert

RGB1123045-
CMYK00.730.600.56
HSL349.02º57.75%27.84%-
HSV(B)349.02º73.21%43.92%-
XYZ7.624.562.96-
YUV56.23121.67167.78-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 59.89%
GREEN value IS 30 (12.11% from 255) = 16.04%
BLUE value IS 45 (17.97% from 255) = 24.06%
R=59.89%
G=16.04%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112304500.730.600.56349.0257.7527.84
Hex701E2D0493C3815d3a1c
Octal1603655011174705357234
Binary1110000111101011010100100111110011100010101110111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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