Html Css Color HEX #80310E Peru Tan

📋 copy color: '#80310E'

red 128 ◦ green 49 ◦ blue 14

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

Shades of Peru Tan #80310E

Tints of Peru Tan #80310E

RGB

 RED value IS 128 (50.39% from 255) = 67.02%

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

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

R = 67.02%
G = 25.65%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.50

RGB Variations

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

Color information

#80310E (or 0x80310E) is known color: Peru Tan. HEX triplet: 80, 31 and 0E. RGB value is (128,49,14). Sum of RGB (Red+Green+Blue) = 128+49+14=191 (25% of max value = 765). Red value is 128 (50.39% from 255 or 67.02% from 191); Green value is 49 (19.53% from 255 or 25.65% from 191); Blue value is 14 (5.86% from 255 or 7.33% from 191); Max value from RGB is 128 - color contains mainly: red. Hex color #80310E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80310E is #7FCEF1. Grayscale: #444444. Windows color (decimal): -8376050 or 930176. OLE color: 930176.

HSL color Cylindrical-coordinate representation of color #80310E: hue angle of 18.42º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #80310E is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 49 14 -
CMYK 0 0.62 0.89 0.50
HSL 18.42º 0.8% 0.28% -
HSV(B) 18.42º 0.89% 0.5% -
XYZ 10.08 6.82 1.2 -
YUV 68.63 97.17 170.35 -
System Red Green Blue C M Y K H S L
Decimal 128 49 14 0 0.62 0.89 0.50 18.42 0.8 0.28
Hex 80 31 E 0 3E 59 32 12 50 1C
Octal 200 61 16 0 76 131 62 22 120 34
Binary 10000000 110001 1110 0 111110 1011001 110010 10010 1010000 11100

Color Harmonies of #80310E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80310E

Black with #80310E

Text Example


Text Example

White with #80310E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,49,14); }

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

background-color css

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

 a { background-color: rgb(128,49,14); }

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

border-color css

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

 span { border-color: rgb(128,49,14); }

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