#732323

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

Shades of Lusty #732323

Tints of Lusty #732323

Color information

#732323 (or 0x732323) is unknown color: approx Lusty. HEX triplet: 73, 23 and 23. RGB value is (115,35,35). Sum of RGB (Red+Green+Blue) = 115+35+35=185 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.16% from 185); Green value is 35 (14.06% from 255 or 18.92% from 185); Blue value is 35 (14.06% from 255 or 18.92% from 185); Max value from RGB is 115 - color contains mainly: red. Hex color #732323 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732323 is #8CDCDC. Grayscale: #3B3B3B. Windows color (decimal): -9231581 or 2302835. OLE color: 2302835.

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

Color convert

RGB1153535-
CMYK00.700.700.55
HSL53.33%29.41%-
HSV(B)69.57%45.1%-
XYZ7.974.972.13-
YUV58.92114.5168-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 62.16%
GREEN value IS 35 (14.06% from 255) = 18.92%
BLUE value IS 35 (14.06% from 255) = 18.92%
R=62.16%
G=18.92%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.70
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115353500.700.700.55053.3329.41
Hex73232304646370351d
Octal163434301061066706535
Binary1110011100011100011010001101000110110111011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732323; }

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

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

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

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

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

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

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

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