#713030

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

Shades of Auburn #713030

Tints of Auburn #713030

Color information

#713030 (or 0x713030) is unknown color: approx Auburn. HEX triplet: 71, 30 and 30. RGB value is (113,48,48). Sum of RGB (Red+Green+Blue) = 113+48+48=209 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.07% from 209); Green value is 48 (19.14% from 255 or 22.97% from 209); Blue value is 48 (19.14% from 255 or 22.97% from 209); Max value from RGB is 113 - color contains mainly: red. Hex color #713030 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713030 is #8ECFCF. Grayscale: #434343. Windows color (decimal): -9359312 or 3158129. OLE color: 3158129.

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

Color convert

RGB1134848-
CMYK00.580.580.56
HSL40.37%31.57%-
HSV(B)57.52%44.31%-
XYZ8.45.843.48-
YUV67.43117.03160.5-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 54.07%
GREEN value IS 48 (19.14% from 255) = 22.97%
BLUE value IS 48 (19.14% from 255) = 22.97%
R=54.07%
G=22.97%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113484800.580.580.56040.3731.57
Hex71303003A3A3802820
Octal1616060072727005040
Binary111000111000011000001110101110101110000101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713030; }

 p { color: rgb(113,48,48); }

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

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

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

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

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

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

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