#732525

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

Shades of Lusty #732525

Tints of Lusty #732525

Color information

#732525 (or 0x732525) is unknown color: approx Lusty. HEX triplet: 73, 25 and 25. RGB value is (115,37,37). Sum of RGB (Red+Green+Blue) = 115+37+37=189 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.85% from 189); Green value is 37 (14.84% from 255 or 19.58% from 189); Blue value is 37 (14.84% from 255 or 19.58% from 189); Max value from RGB is 115 - color contains mainly: red. Hex color #732525 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732525 is #8CDADA. Grayscale: #3C3C3C. Windows color (decimal): -9231067 or 2434419. OLE color: 2434419.

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

Color convert

RGB1153737-
CMYK00.680.680.55
HSL51.32%29.8%-
HSV(B)67.83%45.1%-
XYZ8.075.12.31-
YUV60.32114.84167-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 60.85%
GREEN value IS 37 (14.84% from 255) = 19.58%
BLUE value IS 37 (14.84% from 255) = 19.58%
R=60.85%
G=19.58%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115373700.680.680.55051.3229.8
Hex73252504444370331e
Octal163454501041046706336
Binary1110011100101100101010001001000100110111011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732525; }

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

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

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

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

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

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

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

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