#701720

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

Shades of Red Berry #701720

Tints of Red Berry #701720

Color information

#701720 (or 0x701720) is unknown color: approx Red Berry. HEX triplet: 70, 17 and 20. RGB value is (112,23,32). Sum of RGB (Red+Green+Blue) = 112+23+32=167 (22% of max value = 765). Red value is 112 (44.14% from 255 or 67.07% from 167); Green value is 23 (9.38% from 255 or 13.77% from 167); Blue value is 32 (12.89% from 255 or 19.16% from 167); Max value from RGB is 112 - color contains mainly: red. Hex color #701720 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701720 is #8FE8DF. Grayscale: #323232. Windows color (decimal): -9431264 or 2103152. OLE color: 2103152.

HSL color Cylindrical-coordinate representation of color #701720: hue angle of 353.93º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #701720 is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB1122332-
CMYK00.790.710.56
HSL353.93º65.93%26.47%-
HSV(B)353.93º79.46%43.92%-
XYZ7.254.161.79-
YUV50.64117.49171.77-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 67.07%
GREEN value IS 23 (9.38% from 255) = 13.77%
BLUE value IS 32 (12.89% from 255) = 19.16%
R=67.07%
G=13.77%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112233200.790.710.56353.9365.9326.47
Hex70172004F4738162421a
Octal160274001171077054210232
Binary111000010111100000010011111000111111000101100010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701720; }

 p { color: rgb(112,23,32); }

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

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

 a { background-color: rgb(112,23,32); }

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

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

 span { border-color: rgb(112,23,32); }

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