#743130

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

Shades of Auburn #743130

Tints of Auburn #743130

Color information

#743130 (or 0x743130) is unknown color: approx Auburn. HEX triplet: 74, 31 and 30. RGB value is (116,49,48). Sum of RGB (Red+Green+Blue) = 116+49+48=213 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.46% from 213); Green value is 49 (19.53% from 255 or 23.00% from 213); Blue value is 48 (19.14% from 255 or 22.54% from 213); Max value from RGB is 116 - color contains mainly: red. Hex color #743130 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743130 is #8BCECF. Grayscale: #444444. Windows color (decimal): -9162448 or 3158388. OLE color: 3158388.

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

Color convert

RGB1164948-
CMYK00.580.590.55
HSL0.88º41.46%32.16%-
HSV(B)0.88º58.62%45.49%-
XYZ8.836.123.51-
YUV68.92116.2161.58-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 54.46%
GREEN value IS 49 (19.53% from 255) = 23.00%
BLUE value IS 48 (19.14% from 255) = 22.54%
R=54.46%
G=23.00%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116494800.580.590.550.8841.4632.16
Hex74313003A3B3712920
Octal1646160072736715140
Binary111010011000111000001110101110111101111101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743130; }

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

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

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

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

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

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

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

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