Html Css Color HEX #71320F Peru Tan

📋 copy color: '#71320F'

red 113 ◦ green 50 ◦ blue 15

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

Shades of Peru Tan #71320F

Tints of Peru Tan #71320F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.43%

R = 63.48%
G = 28.09%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#71320F (or 0x71320F) is known color: Peru Tan. HEX triplet: 71, 32 and 0F. RGB value is (113,50,15). Sum of RGB (Red+Green+Blue) = 113+50+15=178 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.48% from 178); Green value is 50 (19.92% from 255 or 28.09% from 178); Blue value is 15 (6.25% from 255 or 8.43% from 178); Max value from RGB is 113 - color contains mainly: red. Hex color #71320F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71320F is #8ECDF0. Grayscale: #414141. Windows color (decimal): -9358833 or 995953. OLE color: 995953.

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

Color convert

RGB 113 50 15 -
CMYK 0 0.56 0.87 0.56
HSL 21.43º 0.77% 0.25% -
HSV(B) 21.43º 0.87% 0.44% -
XYZ 8.04 5.83 1.15 -
YUV 64.85 99.87 162.35 -
System Red Green Blue C M Y K H S L
Decimal 113 50 15 0 0.56 0.87 0.56 21.43 0.77 0.25
Hex 71 32 F 0 38 57 38 15 4D 19
Octal 161 62 17 0 70 127 70 25 115 31
Binary 1110001 110010 1111 0 111000 1010111 111000 10101 1001101 11001

Color Harmonies of #71320F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71320F

Black with #71320F

Text Example


Text Example

White with #71320F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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