#701E26

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

Shades of Red Berry #701E26

Tints of Red Berry #701E26

Color information

#701E26 (or 0x701E26) is unknown color: approx Red Berry. HEX triplet: 70, 1E and 26. RGB value is (112,30,38). Sum of RGB (Red+Green+Blue) = 112+30+38=180 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.22% from 180); Green value is 30 (12.11% from 255 or 16.67% from 180); Blue value is 38 (15.23% from 255 or 21.11% from 180); Max value from RGB is 112 - color contains mainly: red. Hex color #701E26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701E26 is #8FE1D9. Grayscale: #373737. Windows color (decimal): -9429466 or 2498160. OLE color: 2498160.

HSL color Cylindrical-coordinate representation of color #701E26: hue angle of 354.15º 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 #701E26 is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.56.

Color convert

RGB1123038-
CMYK00.730.660.56
HSL354.15º57.75%27.84%-
HSV(B)354.15º73.21%43.92%-
XYZ7.54.512.31-
YUV55.43118.17168.35-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 62.22%
GREEN value IS 30 (12.11% from 255) = 16.67%
BLUE value IS 38 (15.23% from 255) = 21.11%
R=62.22%
G=16.67%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112303800.730.660.56354.1557.7527.84
Hex701E2604942381623a1c
Octal16036460111102705427234
Binary11100001111010011001001001100001011100010110001011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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