#701123

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

Shades of Red Berry #701123

Tints of Red Berry #701123

Color information

#701123 (or 0x701123) is unknown color: approx Red Berry. HEX triplet: 70, 11 and 23. RGB value is (112,17,35). Sum of RGB (Red+Green+Blue) = 112+17+35=164 (21% of max value = 765). Red value is 112 (44.14% from 255 or 68.29% from 164); Green value is 17 (7.03% from 255 or 10.37% from 164); Blue value is 35 (14.06% from 255 or 21.34% from 164); Max value from RGB is 112 - color contains mainly: red. Hex color #701123 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701123 is #8FEEDC. Grayscale: #2F2F2F. Windows color (decimal): -9432797 or 2298224. OLE color: 2298224.

HSL color Cylindrical-coordinate representation of color #701123: hue angle of 348.63º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #701123 is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.56.

Color convert

RGB1121735-
CMYK00.850.690.56
HSL348.63º73.64%25.29%-
HSV(B)348.63º84.82%43.92%-
XYZ7.193.971.98-
YUV47.46120.97174.04-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 68.29%
GREEN value IS 17 (7.03% from 255) = 10.37%
BLUE value IS 35 (14.06% from 255) = 21.34%
R=68.29%
G=10.37%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.69
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112173500.850.690.56348.6373.6425.29
Hex701123055453815d4a19
Octal160214301251057053511231
Binary111000010001100011010101011000101111000101011101100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701123; }

 p { color: rgb(112,17,35); }

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

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

 a { background-color: rgb(112,17,35); }

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

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

 span { border-color: rgb(112,17,35); }

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