#701E28

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

Shades of Red Berry #701E28

Tints of Red Berry #701E28

Color information

#701E28 (or 0x701E28) is unknown color: approx Red Berry. HEX triplet: 70, 1E and 28. RGB value is (112,30,40). Sum of RGB (Red+Green+Blue) = 112+30+40=182 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.54% from 182); Green value is 30 (12.11% from 255 or 16.48% from 182); Blue value is 40 (16.02% from 255 or 21.98% from 182); Max value from RGB is 112 - color contains mainly: red. Hex color #701E28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701E28 is #8FE1D7. Grayscale: #373737. Windows color (decimal): -9429464 or 2629232. OLE color: 2629232.

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

Color convert

RGB1123040-
CMYK00.730.640.56
HSL352.68º57.75%27.84%-
HSV(B)352.68º73.21%43.92%-
XYZ7.534.532.48-
YUV55.66119.17168.19-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 61.54%
GREEN value IS 30 (12.11% from 255) = 16.48%
BLUE value IS 40 (16.02% from 255) = 21.98%
R=61.54%
G=16.48%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112304000.730.640.56352.6857.7527.84
Hex701E2804940381613a1c
Octal16036500111100705417234
Binary11100001111010100001001001100000011100010110000111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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