Html Css Color HEX #71320B Peru Tan

📋 copy color: '#71320B'

red 113 ◦ green 50 ◦ blue 11

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

Shades of Peru Tan #71320B

Tints of Peru Tan #71320B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.32%

R = 64.94%
G = 28.74%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.90

 K value IS 0.56

RGB Variations

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

Color information

#71320B (or 0x71320B) is known color: Peru Tan. HEX triplet: 71, 32 and 0B. RGB value is (113,50,11). Sum of RGB (Red+Green+Blue) = 113+50+11=174 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.94% from 174); Green value is 50 (19.92% from 255 or 28.74% from 174); Blue value is 11 (4.69% from 255 or 6.32% from 174); Max value from RGB is 113 - color contains mainly: red. Hex color #71320B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71320B is #8ECDF4. Grayscale: #404040. Windows color (decimal): -9358837 or 733809. OLE color: 733809.

HSL color Cylindrical-coordinate representation of color #71320B: hue angle of 22.94º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #71320B is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 50 11 -
CMYK 0 0.56 0.90 0.56
HSL 22.94º 0.82% 0.24% -
HSV(B) 22.94º 0.9% 0.44% -
XYZ 8.01 5.82 1.02 -
YUV 64.39 97.87 162.67 -
System Red Green Blue C M Y K H S L
Decimal 113 50 11 0 0.56 0.90 0.56 22.94 0.82 0.24
Hex 71 32 B 0 38 5A 38 17 52 18
Octal 161 62 13 0 70 132 70 27 122 30
Binary 1110001 110010 1011 0 111000 1011010 111000 10111 1010010 11000

Color Harmonies of #71320B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71320B

Black with #71320B

Text Example


Text Example

White with #71320B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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