#743232

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

Shades of Auburn #743232

Tints of Auburn #743232

Color information

#743232 (or 0x743232) is unknown color: approx Auburn. HEX triplet: 74, 32 and 32. RGB value is (116,50,50). Sum of RGB (Red+Green+Blue) = 116+50+50=216 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.70% from 216); Green value is 50 (19.92% from 255 or 23.15% from 216); Blue value is 50 (19.92% from 255 or 23.15% from 216); Max value from RGB is 116 - color contains mainly: red. Hex color #743232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743232 is #8BCDCD. Grayscale: #454545. Windows color (decimal): -9162190 or 3289716. OLE color: 3289716.

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

Color convert

RGB1165050-
CMYK00.570.570.55
HSL39.76%32.55%-
HSV(B)56.9%45.49%-
XYZ8.926.223.75-
YUV69.73116.87161-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 53.70%
GREEN value IS 50 (19.92% from 255) = 23.15%
BLUE value IS 50 (19.92% from 255) = 23.15%
R=53.70%
G=23.15%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116505000.570.570.55039.7632.55
Hex743232039393702821
Octal1646262071716705041
Binary111010011001011001001110011110011101110101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743232; }

 p { color: rgb(116,50,50); }

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

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

 a { background-color: rgb(116,50,50); }

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

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

 span { border-color: rgb(116,50,50); }

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