Html Css Color HEX #713130 Auburn

📋 copy color: '#713130'

red 113 ◦ green 49 ◦ blue 48

#713130
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Auburn #713130

Tints of Auburn #713130

RGB

 RED value IS 113 (44.53% from 255) = 53.81%

 GREEN value IS 49 (19.53% from 255) = 23.33%

 BLUE value IS 48 (19.14% from 255) = 22.86%

R = 53.81%
G = 23.33%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#713130 (or 0x713130) is known color: Auburn. HEX triplet: 71, 31 and 30. RGB value is (113,49,48). Sum of RGB (Red+Green+Blue) = 113+49+48=210 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.81% from 210); Green value is 49 (19.53% from 255 or 23.33% from 210); Blue value is 48 (19.14% from 255 or 22.86% from 210); Max value from RGB is 113 - color contains mainly: red. Hex color #713130 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713130 is #8ECECF. Grayscale: #444444. Windows color (decimal): -9359056 or 3158385. OLE color: 3158385.

HSL color Cylindrical-coordinate representation of color #713130: hue angle of 0.92º 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 #713130 is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 49 48 -
CMYK 0 0.57 0.58 0.56
HSL 0.92º 0.4% 0.32% -
HSV(B) 0.92º 0.58% 0.44% -
XYZ 8.44 5.92 3.49 -
YUV 68.02 116.7 160.08 -
System Red Green Blue C M Y K H S L
Decimal 113 49 48 0 0.57 0.58 0.56 0.92 0.4 0.32
Hex 71 31 30 0 39 3A 38 1 28 20
Octal 161 61 60 0 71 72 70 1 50 40
Binary 1110001 110001 110000 0 111001 111010 111000 1 101000 100000

Color Harmonies of #713130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713130

Black with #713130

Text Example


Text Example

White with #713130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713130; }

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

 H1.HeaderClassName
 {
   color: #713130;
 }
 .AnyTagClassName
 {
   color: #713130;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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