#743231

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

Shades of Auburn #743231

Tints of Auburn #743231

Color information

#743231 (or 0x743231) is unknown color: approx Auburn. HEX triplet: 74, 32 and 31. RGB value is (116,50,49). Sum of RGB (Red+Green+Blue) = 116+50+49=215 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.95% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 49 (19.53% from 255 or 22.79% from 215); Max value from RGB is 116 - color contains mainly: red. Hex color #743231 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743231 is #8BCDCE. Grayscale: #454545. Windows color (decimal): -9162191 or 3224180. OLE color: 3224180.

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

Color convert

RGB1165049-
CMYK00.570.580.55
HSL0.9º40.61%32.35%-
HSV(B)0.9º57.76%45.49%-
XYZ8.96.223.64-
YUV69.62116.37161.08-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 53.95%
GREEN value IS 50 (19.92% from 255) = 23.26%
BLUE value IS 49 (19.53% from 255) = 22.79%
R=53.95%
G=23.26%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116504900.570.580.550.940.6132.35
Hex7432310393A3712920
Octal1646261071726715140
Binary111010011001011000101110011110101101111101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743231; }

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

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

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

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

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

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

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

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