#732320

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

Shades of Lusty #732320

Tints of Lusty #732320

Color information

#732320 (or 0x732320) is unknown color: approx Lusty. HEX triplet: 73, 23 and 20. RGB value is (115,35,32). Sum of RGB (Red+Green+Blue) = 115+35+32=182 (24% of max value = 765). Red value is 115 (45.31% from 255 or 63.19% from 182); Green value is 35 (14.06% from 255 or 19.23% from 182); Blue value is 32 (12.89% from 255 or 17.58% from 182); Max value from RGB is 115 - color contains mainly: red. Hex color #732320 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732320 is #8CDCDF. Grayscale: #3A3A3A. Windows color (decimal): -9231584 or 2106227. OLE color: 2106227.

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

Color convert

RGB1153532-
CMYK00.700.720.55
HSL2.17º56.46%28.82%-
HSV(B)2.17º72.17%45.1%-
XYZ7.934.951.9-
YUV58.58113168.24-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 63.19%
GREEN value IS 35 (14.06% from 255) = 19.23%
BLUE value IS 32 (12.89% from 255) = 17.58%
R=63.19%
G=19.23%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115353200.700.720.552.1756.4628.82
Hex73232004648372381d
Octal163434001061106727035
Binary11100111000111000000100011010010001101111011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732320; }

 p { color: rgb(115,35,32); }

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

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

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

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

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

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

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