#722121

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

Shades of Lusty #722121

Tints of Lusty #722121

Color information

#722121 (or 0x722121) is unknown color: approx Lusty. HEX triplet: 72, 21 and 21. RGB value is (114,33,33). Sum of RGB (Red+Green+Blue) = 114+33+33=180 (23% of max value = 765). Red value is 114 (44.92% from 255 or 63.33% from 180); Green value is 33 (13.28% from 255 or 18.33% from 180); Blue value is 33 (13.28% from 255 or 18.33% from 180); Max value from RGB is 114 - color contains mainly: red. Hex color #722121 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722121 is #8DDEDE. Grayscale: #393939. Windows color (decimal): -9297631 or 2171250. OLE color: 2171250.

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

Color convert

RGB1143333-
CMYK00.710.710.55
HSL55.1%28.82%-
HSV(B)71.05%44.71%-
XYZ7.764.771.95-
YUV57.22114.34168.5-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 63.33%
GREEN value IS 33 (13.28% from 255) = 18.33%
BLUE value IS 33 (13.28% from 255) = 18.33%
R=63.33%
G=18.33%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.71
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114333300.710.710.55055.128.82
Hex72212104747370371d
Octal162414101071076706735
Binary1110010100001100001010001111000111110111011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722121; }

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

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

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

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

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

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

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

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