#703130

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

Shades of Auburn #703130

Tints of Auburn #703130

Color information

#703130 (or 0x703130) is unknown color: approx Auburn. HEX triplet: 70, 31 and 30. RGB value is (112,49,48). Sum of RGB (Red+Green+Blue) = 112+49+48=209 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.59% from 209); Green value is 49 (19.53% from 255 or 23.44% from 209); Blue value is 48 (19.14% from 255 or 22.97% from 209); Max value from RGB is 112 - color contains mainly: red. Hex color #703130 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703130 is #8FCECF. Grayscale: #434343. Windows color (decimal): -9424592 or 3158384. OLE color: 3158384.

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

Color convert

RGB1124948-
CMYK00.560.570.56
HSL0.94º40%31.37%-
HSV(B)0.94º57.14%43.92%-
XYZ8.315.853.49-
YUV67.72116.87159.58-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 53.59%
GREEN value IS 49 (19.53% from 255) = 23.44%
BLUE value IS 48 (19.14% from 255) = 22.97%
R=53.59%
G=23.44%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.57
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112494800.560.570.560.944031.37
Hex70313003839381281f
Octal1606160070717015037
Binary11100001100011100000111000111001111000110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703130; }

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

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

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

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

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

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

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

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