Html Css Color HEX #713331 Auburn

📋 copy color: '#713331'

red 113 ◦ green 51 ◦ blue 49

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

Shades of Auburn #713331

Tints of Auburn #713331

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.94%

 BLUE value IS 49 (19.53% from 255) = 23%

R = 53.05%
G = 23.94%
B = 23%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#713331 (or 0x713331) is known color: Auburn. HEX triplet: 71, 33 and 31. RGB value is (113,51,49). Sum of RGB (Red+Green+Blue) = 113+51+49=213 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.05% from 213); Green value is 51 (20.31% from 255 or 23.94% from 213); Blue value is 49 (19.53% from 255 or 23.00% from 213); Max value from RGB is 113 - color contains mainly: red. Hex color #713331 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713331 is #8ECCCE. Grayscale: #454545. Windows color (decimal): -9358543 or 3224433. OLE color: 3224433.

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

Color convert

RGB 113 51 49 -
CMYK 0 0.55 0.57 0.56
HSL 1.88º 0.4% 0.32% -
HSV(B) 1.88º 0.57% 0.44% -
XYZ 8.55 6.1 3.63 -
YUV 69.31 116.54 159.16 -
System Red Green Blue C M Y K H S L
Decimal 113 51 49 0 0.55 0.57 0.56 1.88 0.4 0.32
Hex 71 33 31 0 37 39 38 2 28 20
Octal 161 63 61 0 67 71 70 2 50 40
Binary 1110001 110011 110001 0 110111 111001 111000 10 101000 100000

Color Harmonies of #713331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713331

Black with #713331

Text Example


Text Example

White with #713331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713331; }

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

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

background-color css

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

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

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

border-color css

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

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

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