#721721

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

Shades of Red Berry #721721

Tints of Red Berry #721721

Color information

#721721 (or 0x721721) is unknown color: approx Red Berry. HEX triplet: 72, 17 and 21. RGB value is (114,23,33). Sum of RGB (Red+Green+Blue) = 114+23+33=170 (22% of max value = 765). Red value is 114 (44.92% from 255 or 67.06% from 170); Green value is 23 (9.38% from 255 or 13.53% from 170); Blue value is 33 (13.28% from 255 or 19.41% from 170); Max value from RGB is 114 - color contains mainly: red. Hex color #721721 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721721 is #8DE8DE. Grayscale: #333333. Windows color (decimal): -9300191 or 2168690. OLE color: 2168690.

HSL color Cylindrical-coordinate representation of color #721721: hue angle of 353.41º 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 #721721 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.55.

Color convert

RGB1142333-
CMYK00.800.710.55
HSL353.41º66.42%26.86%-
HSV(B)353.41º79.82%44.71%-
XYZ7.524.31.87-
YUV51.35117.65172.69-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 67.06%
GREEN value IS 23 (9.38% from 255) = 13.53%
BLUE value IS 33 (13.28% from 255) = 19.41%
R=67.06%
G=13.53%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.71
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114233300.800.710.55353.4166.4226.86
Hex7217210504737161421b
Octal162274101201076754110233
Binary111001010111100001010100001000111110111101100001100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721721; }

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

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

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

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

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

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

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

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