#732121

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

Shades of Lusty #732121

Tints of Lusty #732121

Color information

#732121 (or 0x732121) is unknown color: approx Lusty. HEX triplet: 73, 21 and 21. RGB value is (115,33,33). Sum of RGB (Red+Green+Blue) = 115+33+33=181 (23% of max value = 765). Red value is 115 (45.31% from 255 or 63.54% from 181); Green value is 33 (13.28% from 255 or 18.23% from 181); Blue value is 33 (13.28% from 255 or 18.23% from 181); Max value from RGB is 115 - color contains mainly: red. Hex color #732121 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732121 is #8CDEDE. Grayscale: #393939. Windows color (decimal): -9232095 or 2171251. OLE color: 2171251.

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

Color convert

RGB1153333-
CMYK00.710.710.55
HSL55.41%29.02%-
HSV(B)71.3%45.1%-
XYZ7.894.841.96-
YUV57.52114.17169-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 63.54%
GREEN value IS 33 (13.28% from 255) = 18.23%
BLUE value IS 33 (13.28% from 255) = 18.23%
R=63.54%
G=18.23%
B=18.23%

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
Decimal115333300.710.710.55055.4129.02
Hex73212104747370371d
Octal163414101071076706735
Binary1110011100001100001010001111000111110111011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732121; }

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

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

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

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

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

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

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

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