Html Css Color HEX #71322C Auburn

📋 copy color: '#71322C'

red 113 ◦ green 50 ◦ blue 44

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

Shades of Auburn #71322C

Tints of Auburn #71322C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 21.26%

R = 54.59%
G = 24.15%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.61

 K value IS 0.56

RGB Variations

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

Color information

#71322C (or 0x71322C) is known color: Auburn. HEX triplet: 71, 32 and 2C. RGB value is (113,50,44). Sum of RGB (Red+Green+Blue) = 113+50+44=207 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.59% from 207); Green value is 50 (19.92% from 255 or 24.15% from 207); Blue value is 44 (17.58% from 255 or 21.26% from 207); Max value from RGB is 113 - color contains mainly: red. Hex color #71322C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71322C is #8ECDD3. Grayscale: #444444. Windows color (decimal): -9358804 or 2896497. OLE color: 2896497.

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

Color convert

RGB 113 50 44 -
CMYK 0 0.56 0.61 0.56
HSL 5.22º 0.44% 0.31% -
HSV(B) 5.22º 0.61% 0.44% -
XYZ 8.41 5.97 3.09 -
YUV 68.15 114.37 159.99 -
System Red Green Blue C M Y K H S L
Decimal 113 50 44 0 0.56 0.61 0.56 5.22 0.44 0.31
Hex 71 32 2C 0 38 3D 38 5 2C 1F
Octal 161 62 54 0 70 75 70 5 54 37
Binary 1110001 110010 101100 0 111000 111101 111000 101 101100 11111

Color Harmonies of #71322C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71322C

Black with #71322C

Text Example


Text Example

White with #71322C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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