#743129

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

Shades of Auburn #743129

Tints of Auburn #743129

Color information

#743129 (or 0x743129) is unknown color: approx Auburn. HEX triplet: 74, 31 and 29. RGB value is (116,49,41). Sum of RGB (Red+Green+Blue) = 116+49+41=206 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.31% from 206); Green value is 49 (19.53% from 255 or 23.79% from 206); Blue value is 41 (16.41% from 255 or 19.90% from 206); Max value from RGB is 116 - color contains mainly: red. Hex color #743129 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743129 is #8BCED6. Grayscale: #444444. Windows color (decimal): -9162455 or 2699636. OLE color: 2699636.

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

Color convert

RGB1164941-
CMYK00.580.650.55
HSL6.4º47.77%30.78%-
HSV(B)6.4º64.66%45.49%-
XYZ8.76.072.81-
YUV68.12112.7162.15-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 56.31%
GREEN value IS 49 (19.53% from 255) = 23.79%
BLUE value IS 41 (16.41% from 255) = 19.90%
R=56.31%
G=23.79%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116494100.580.650.556.447.7730.78
Hex74312903A41376301f
Octal16461510721016766037
Binary11101001100011010010111010100000111011111011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743129; }

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

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

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

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

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

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

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

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