#733231

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

Shades of Auburn #733231

Tints of Auburn #733231

Color information

#733231 (or 0x733231) is unknown color: approx Auburn. HEX triplet: 73, 32 and 31. RGB value is (115,50,49). Sum of RGB (Red+Green+Blue) = 115+50+49=214 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.74% from 214); Green value is 50 (19.92% from 255 or 23.36% from 214); Blue value is 49 (19.53% from 255 or 22.90% from 214); Max value from RGB is 115 - color contains mainly: red. Hex color #733231 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733231 is #8CCDCE. Grayscale: #454545. Windows color (decimal): -9227727 or 3224179. OLE color: 3224179.

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

Color convert

RGB1155049-
CMYK00.570.570.55
HSL0.91º40.24%32.16%-
HSV(B)0.91º57.39%45.1%-
XYZ8.776.153.63-
YUV69.32116.53160.58-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 53.74%
GREEN value IS 50 (19.92% from 255) = 23.36%
BLUE value IS 49 (19.53% from 255) = 22.90%
R=53.74%
G=23.36%
B=22.90%

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
Decimal115504900.570.570.550.9140.2432.16
Hex733231039393712820
Octal1636261071716715040
Binary111001111001011000101110011110011101111101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733231; }

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

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

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

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

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

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

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

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