#721720

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

Shades of Red Berry #721720

Tints of Red Berry #721720

Color information

#721720 (or 0x721720) is unknown color: approx Red Berry. HEX triplet: 72, 17 and 20. RGB value is (114,23,32). Sum of RGB (Red+Green+Blue) = 114+23+32=169 (22% of max value = 765). Red value is 114 (44.92% from 255 or 67.46% from 169); Green value is 23 (9.38% from 255 or 13.61% from 169); Blue value is 32 (12.89% from 255 or 18.93% from 169); Max value from RGB is 114 - color contains mainly: red. Hex color #721720 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721720 is #8DE8DF. Grayscale: #333333. Windows color (decimal): -9300192 or 2103154. OLE color: 2103154.

HSL color Cylindrical-coordinate representation of color #721720: hue angle of 354.07º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #721720 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB1142332-
CMYK00.800.720.55
HSL354.07º66.42%26.86%-
HSV(B)354.07º79.82%44.71%-
XYZ7.514.291.8-
YUV51.24117.15172.77-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 67.46%
GREEN value IS 23 (9.38% from 255) = 13.61%
BLUE value IS 32 (12.89% from 255) = 18.93%
R=67.46%
G=13.61%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114233200.800.720.55354.0766.4226.86
Hex7217200504837162421b
Octal162274001201106754210233
Binary111001010111100000010100001001000110111101100010100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721720; }

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

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

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

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

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

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

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

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