#732221

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

Shades of Lusty #732221

Tints of Lusty #732221

Color information

#732221 (or 0x732221) is unknown color: approx Lusty. HEX triplet: 73, 22 and 21. RGB value is (115,34,33). Sum of RGB (Red+Green+Blue) = 115+34+33=182 (24% of max value = 765). Red value is 115 (45.31% from 255 or 63.19% from 182); Green value is 34 (13.67% from 255 or 18.68% from 182); Blue value is 33 (13.28% from 255 or 18.13% from 182); Max value from RGB is 115 - color contains mainly: red. Hex color #732221 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732221 is #8CDDDE. Grayscale: #3A3A3A. Windows color (decimal): -9231839 or 2171507. OLE color: 2171507.

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

Color convert

RGB1153433-
CMYK00.700.710.55
HSL0.73º55.41%29.02%-
HSV(B)0.73º71.3%45.1%-
XYZ7.924.91.97-
YUV58.1113.84168.58-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 63.19%
GREEN value IS 34 (13.67% from 255) = 18.68%
BLUE value IS 33 (13.28% from 255) = 18.13%
R=63.19%
G=18.68%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.71
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115343300.700.710.550.7355.4129.02
Hex73222104647371371d
Octal163424101061076716735
Binary1110011100010100001010001101000111110111111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732221; }

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

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

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

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

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

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

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

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