#721020

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

Shades of Red Berry #721020

Tints of Red Berry #721020

Color information

#721020 (or 0x721020) is unknown color: approx Red Berry. HEX triplet: 72, 10 and 20. RGB value is (114,16,32). Sum of RGB (Red+Green+Blue) = 114+16+32=162 (21% of max value = 765). Red value is 114 (44.92% from 255 or 70.37% from 162); Green value is 16 (6.64% from 255 or 9.88% from 162); Blue value is 32 (12.89% from 255 or 19.75% from 162); Max value from RGB is 114 - color contains mainly: red. Hex color #721020 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721020 is #8DEFDF. Grayscale: #2F2F2F. Windows color (decimal): -9301984 or 2101362. OLE color: 2101362.

HSL color Cylindrical-coordinate representation of color #721020: hue angle of 350.2º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #721020 is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB1141632-
CMYK00.860.720.55
HSL350.2º75.38%25.49%-
HSV(B)350.2º85.96%44.71%-
XYZ7.394.051.76-
YUV47.13119.47175.7-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 70.37%
GREEN value IS 16 (6.64% from 255) = 9.88%
BLUE value IS 32 (12.89% from 255) = 19.75%
R=70.37%
G=9.88%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114163200.860.720.55350.275.3825.49
Hex721020056483715e4b19
Octal162204001261106753611331
Binary111001010000100000010101101001000110111101011110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721020; }

 p { color: rgb(114,16,32); }

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

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

 a { background-color: rgb(114,16,32); }

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

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

 span { border-color: rgb(114,16,32); }

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