Html Css Color HEX #80381A Peru Tan

📋 copy color: '#80381A'

red 128 ◦ green 56 ◦ blue 26

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

Shades of Peru Tan #80381A

Tints of Peru Tan #80381A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.67%

 BLUE value IS 26 (10.55% from 255) = 12.38%

R = 60.95%
G = 26.67%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.80

 K value IS 0.50

RGB Variations

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

Color information

#80381A (or 0x80381A) is known color: Peru Tan. HEX triplet: 80, 38 and 1A. RGB value is (128,56,26). Sum of RGB (Red+Green+Blue) = 128+56+26=210 (27% of max value = 765). Red value is 128 (50.39% from 255 or 60.95% from 210); Green value is 56 (22.27% from 255 or 26.67% from 210); Blue value is 26 (10.55% from 255 or 12.38% from 210); Max value from RGB is 128 - color contains mainly: red. Hex color #80381A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80381A is #7FC7E5. Grayscale: #4A4A4A. Windows color (decimal): -8374246 or 1718400. OLE color: 1718400.

HSL color Cylindrical-coordinate representation of color #80381A: hue angle of 17.65º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #80381A is Cyan = 0, Magento = 0.56, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 56 26 -
CMYK 0 0.56 0.80 0.50
HSL 17.65º 0.66% 0.3% -
HSV(B) 17.65º 0.8% 0.5% -
XYZ 10.5 7.49 1.87 -
YUV 74.11 100.85 166.44 -
System Red Green Blue C M Y K H S L
Decimal 128 56 26 0 0.56 0.80 0.50 17.65 0.66 0.3
Hex 80 38 1A 0 38 50 32 12 42 1E
Octal 200 70 32 0 70 120 62 22 102 36
Binary 10000000 111000 11010 0 111000 1010000 110010 10010 1000010 11110

Color Harmonies of #80381A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80381A

Black with #80381A

Text Example


Text Example

White with #80381A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80381A; }

 p { color: rgb(128,56,26); }

 H1.HeaderClassName
 {
   color: #80381A;
 }
 .AnyTagClassName
 {
   color: #80381A;
 }
</style>

background-color css

<style>
 a { background-color: #80381A; }

 a { background-color: rgb(128,56,26); }

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

border-color css

<style>
 span { border-color: #80381A; }

 span { border-color: rgb(128,56,26); }

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