Html Css Color HEX #71322B Auburn

📋 copy color: '#71322B'

red 113 ◦ green 50 ◦ blue 43

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

Shades of Auburn #71322B

Tints of Auburn #71322B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 20.87%

R = 54.85%
G = 24.27%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#71322B (or 0x71322B) is known color: Auburn. HEX triplet: 71, 32 and 2B. RGB value is (113,50,43). Sum of RGB (Red+Green+Blue) = 113+50+43=206 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.85% from 206); Green value is 50 (19.92% from 255 or 24.27% from 206); Blue value is 43 (17.19% from 255 or 20.87% from 206); Max value from RGB is 113 - color contains mainly: red. Hex color #71322B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71322B is #8ECDD4. Grayscale: #444444. Windows color (decimal): -9358805 or 2830961. OLE color: 2830961.

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

Color convert

RGB 113 50 43 -
CMYK 0 0.56 0.62 0.56
HSL 0.45% 0.31% -
HSV(B) 0.62% 0.44% -
XYZ 8.39 5.97 3 -
YUV 68.04 113.87 160.07 -
System Red Green Blue C M Y K H S L
Decimal 113 50 43 0 0.56 0.62 0.56 6 0.45 0.31
Hex 71 32 2B 0 38 3E 38 6 2D 1F
Octal 161 62 53 0 70 76 70 6 55 37
Binary 1110001 110010 101011 0 111000 111110 111000 110 101101 11111

Color Harmonies of #71322B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71322B

Black with #71322B

Text Example


Text Example

White with #71322B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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