Html Css Color HEX #71320D Peru Tan

📋 copy color: '#71320D'

red 113 ◦ green 50 ◦ blue 13

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

Shades of Peru Tan #71320D

Tints of Peru Tan #71320D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.39%

R = 64.2%
G = 28.41%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#71320D (or 0x71320D) is known color: Peru Tan. HEX triplet: 71, 32 and 0D. RGB value is (113,50,13). Sum of RGB (Red+Green+Blue) = 113+50+13=176 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.20% from 176); Green value is 50 (19.92% from 255 or 28.41% from 176); Blue value is 13 (5.47% from 255 or 7.39% from 176); Max value from RGB is 113 - color contains mainly: red. Hex color #71320D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71320D is #8ECDF2. Grayscale: #404040. Windows color (decimal): -9358835 or 864881. OLE color: 864881.

HSL color Cylindrical-coordinate representation of color #71320D: hue angle of 22.2º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #71320D is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 50 13 -
CMYK 0 0.56 0.88 0.56
HSL 22.2º 0.79% 0.25% -
HSV(B) 22.2º 0.88% 0.44% -
XYZ 8.02 5.82 1.08 -
YUV 64.62 98.87 162.51 -
System Red Green Blue C M Y K H S L
Decimal 113 50 13 0 0.56 0.88 0.56 22.2 0.79 0.25
Hex 71 32 D 0 38 58 38 16 4F 19
Octal 161 62 15 0 70 130 70 26 117 31
Binary 1110001 110010 1101 0 111000 1011000 111000 10110 1001111 11001

Color Harmonies of #71320D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71320D

Black with #71320D

Text Example


Text Example

White with #71320D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71320D; }

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

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

background-color css

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

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

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

border-color css

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

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

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