#701E29

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

Shades of Red Berry #701E29

Tints of Red Berry #701E29

Color information

#701E29 (or 0x701E29) is unknown color: approx Red Berry. HEX triplet: 70, 1E and 29. RGB value is (112,30,41). Sum of RGB (Red+Green+Blue) = 112+30+41=183 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.20% from 183); Green value is 30 (12.11% from 255 or 16.39% from 183); Blue value is 41 (16.41% from 255 or 22.40% from 183); Max value from RGB is 112 - color contains mainly: red. Hex color #701E29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701E29 is #8FE1D6. Grayscale: #373737. Windows color (decimal): -9429463 or 2694768. OLE color: 2694768.

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

Color convert

RGB1123041-
CMYK00.730.630.56
HSL351.95º57.75%27.84%-
HSV(B)351.95º73.21%43.92%-
XYZ7.554.532.58-
YUV55.77119.67168.11-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 61.20%
GREEN value IS 30 (12.11% from 255) = 16.39%
BLUE value IS 41 (16.41% from 255) = 22.40%
R=61.20%
G=16.39%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112304100.730.630.56351.9557.7527.84
Hex701E290493F381603a1c
Octal1603651011177705407234
Binary1110000111101010010100100111111111100010110000011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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