Html Css Color HEX #71310D Peru Tan

📋 copy color: '#71310D'

red 113 ◦ green 49 ◦ blue 13

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

Shades of Peru Tan #71310D

Tints of Peru Tan #71310D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 28%

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

R = 64.57%
G = 28%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#71310D (or 0x71310D) is known color: Peru Tan. HEX triplet: 71, 31 and 0D. RGB value is (113,49,13). Sum of RGB (Red+Green+Blue) = 113+49+13=175 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.57% from 175); Green value is 49 (19.53% from 255 or 28% from 175); Blue value is 13 (5.47% from 255 or 7.43% from 175); Max value from RGB is 113 - color contains mainly: red. Hex color #71310D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71310D is #8ECEF2. Grayscale: #404040. Windows color (decimal): -9359091 or 864625. OLE color: 864625.

HSL color Cylindrical-coordinate representation of color #71310D: hue angle of 21.6º 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 #71310D is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 49 13 -
CMYK 0 0.57 0.88 0.56
HSL 21.6º 0.79% 0.25% -
HSV(B) 21.6º 0.88% 0.44% -
XYZ 7.98 5.74 1.07 -
YUV 64.03 99.2 162.93 -
System Red Green Blue C M Y K H S L
Decimal 113 49 13 0 0.57 0.88 0.56 21.6 0.79 0.25
Hex 71 31 D 0 39 58 38 16 4F 19
Octal 161 61 15 0 71 130 70 26 117 31
Binary 1110001 110001 1101 0 111001 1011000 111000 10110 1001111 11001

Color Harmonies of #71310D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71310D

Black with #71310D

Text Example


Text Example

White with #71310D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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