#701928

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

Shades of Red Berry #701928

Tints of Red Berry #701928

Color information

#701928 (or 0x701928) is unknown color: approx Red Berry. HEX triplet: 70, 19 and 28. RGB value is (112,25,40). Sum of RGB (Red+Green+Blue) = 112+25+40=177 (23% of max value = 765). Red value is 112 (44.14% from 255 or 63.28% from 177); Green value is 25 (10.16% from 255 or 14.12% from 177); Blue value is 40 (16.02% from 255 or 22.60% from 177); Max value from RGB is 112 - color contains mainly: red. Hex color #701928 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701928 is #8FE6D7. Grayscale: #343434. Windows color (decimal): -9430744 or 2627952. OLE color: 2627952.

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

Color convert

RGB1122540-
CMYK00.780.640.56
HSL349.66º63.5%26.86%-
HSV(B)349.66º77.68%43.92%-
XYZ7.414.292.45-
YUV52.72120.82170.28-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 63.28%
GREEN value IS 25 (10.16% from 255) = 14.12%
BLUE value IS 40 (16.02% from 255) = 22.60%
R=63.28%
G=14.12%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112254000.780.640.56349.6663.526.86
Hex70192804E403815e401b
Octal160315001161007053610033
Binary111000011001101000010011101000000111000101011110100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701928; }

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

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

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

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

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

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

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

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