#721322

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

Shades of Red Berry #721322

Tints of Red Berry #721322

Color information

#721322 (or 0x721322) is unknown color: approx Red Berry. HEX triplet: 72, 13 and 22. RGB value is (114,19,34). Sum of RGB (Red+Green+Blue) = 114+19+34=167 (22% of max value = 765). Red value is 114 (44.92% from 255 or 68.26% from 167); Green value is 19 (7.81% from 255 or 11.38% from 167); Blue value is 34 (13.67% from 255 or 20.36% from 167); Max value from RGB is 114 - color contains mainly: red. Hex color #721322 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721322 is #8DECDD. Grayscale: #313131. Windows color (decimal): -9301214 or 2233202. OLE color: 2233202.

HSL color Cylindrical-coordinate representation of color #721322: hue angle of 350.53º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #721322 is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB1141934-
CMYK00.830.700.55
HSL350.53º71.43%26.08%-
HSV(B)350.53º83.33%44.71%-
XYZ7.464.161.92-
YUV49.11119.47174.28-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 68.26%
GREEN value IS 19 (7.81% from 255) = 11.38%
BLUE value IS 34 (13.67% from 255) = 20.36%
R=68.26%
G=11.38%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.70
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114193400.830.700.55350.5371.4326.08
Hex721322053463715f471a
Octal162234201231066753710732
Binary111001010011100010010100111000110110111101011111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721322; }

 p { color: rgb(114,19,34); }

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

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

 a { background-color: rgb(114,19,34); }

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

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

 span { border-color: rgb(114,19,34); }

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