Html Css Color HEX #71322A Auburn

📋 copy color: '#71322A'

red 113 ◦ green 50 ◦ blue 42

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

Shades of Auburn #71322A

Tints of Auburn #71322A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.39%

 BLUE value IS 42 (16.8% from 255) = 20.49%

R = 55.12%
G = 24.39%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#71322A (or 0x71322A) is known color: Auburn. HEX triplet: 71, 32 and 2A. RGB value is (113,50,42). Sum of RGB (Red+Green+Blue) = 113+50+42=205 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.12% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 42 (16.80% from 255 or 20.49% from 205); Max value from RGB is 113 - color contains mainly: red. Hex color #71322A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71322A is #8ECDD5. Grayscale: #444444. Windows color (decimal): -9358806 or 2765425. OLE color: 2765425.

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

Color convert

RGB 113 50 42 -
CMYK 0 0.56 0.63 0.56
HSL 6.76º 0.46% 0.3% -
HSV(B) 6.76º 0.63% 0.44% -
XYZ 8.37 5.96 2.9 -
YUV 67.93 113.37 160.15 -
System Red Green Blue C M Y K H S L
Decimal 113 50 42 0 0.56 0.63 0.56 6.76 0.46 0.3
Hex 71 32 2A 0 38 3F 38 7 2E 1E
Octal 161 62 52 0 70 77 70 7 56 36
Binary 1110001 110010 101010 0 111000 111111 111000 111 101110 11110

Color Harmonies of #71322A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71322A

Black with #71322A

Text Example


Text Example

White with #71322A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71322A; }

 p { color: rgb(113,50,42); }

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

background-color css

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

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

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

border-color css

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

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

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