Html Css Color HEX #71290E Peru Tan

📋 copy color: '#71290E'

red 113 ◦ green 41 ◦ blue 14

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

Shades of Peru Tan #71290E

Tints of Peru Tan #71290E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 24.4%

 BLUE value IS 14 (5.86% from 255) = 8.33%

R = 67.26%
G = 24.4%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#71290E (or 0x71290E) is known color: Peru Tan. HEX triplet: 71, 29 and 0E. RGB value is (113,41,14). Sum of RGB (Red+Green+Blue) = 113+41+14=168 (22% of max value = 765). Red value is 113 (44.53% from 255 or 67.26% from 168); Green value is 41 (16.41% from 255 or 24.40% from 168); Blue value is 14 (5.86% from 255 or 8.33% from 168); Max value from RGB is 113 - color contains mainly: red. Hex color #71290E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71290E is #8ED6F1. Grayscale: #3B3B3B. Windows color (decimal): -9361138 or 928113. OLE color: 928113.

HSL color Cylindrical-coordinate representation of color #71290E: hue angle of 16.36º degrees, saturation: 0.78, 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 #71290E is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 41 14 -
CMYK 0 0.64 0.88 0.56
HSL 16.36º 0.78% 0.25% -
HSV(B) 16.36º 0.88% 0.44% -
XYZ 7.68 5.13 1 -
YUV 59.45 102.35 166.2 -
System Red Green Blue C M Y K H S L
Decimal 113 41 14 0 0.64 0.88 0.56 16.36 0.78 0.25
Hex 71 29 E 0 40 58 38 10 4E 19
Octal 161 51 16 0 100 130 70 20 116 31
Binary 1110001 101001 1110 0 1000000 1011000 111000 10000 1001110 11001

Color Harmonies of #71290E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71290E

Black with #71290E

Text Example


Text Example

White with #71290E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71290E; }

 p { color: rgb(113,41,14); }

 H1.HeaderClassName
 {
   color: #71290E;
 }
 .AnyTagClassName
 {
   color: #71290E;
 }
</style>

background-color css

<style>
 a { background-color: #71290E; }

 a { background-color: rgb(113,41,14); }

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

border-color css

<style>
 span { border-color: #71290E; }

 span { border-color: rgb(113,41,14); }

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