Html Css Color HEX #80201E Falu Red

📋 copy color: '#80201E'

red 128 ◦ green 32 ◦ blue 30

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

Shades of Falu Red #80201E

Tints of Falu Red #80201E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.84%

 BLUE value IS 30 (12.11% from 255) = 15.79%

R = 67.37%
G = 16.84%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.77

 K value IS 0.50

RGB Variations

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

Color information

#80201E (or 0x80201E) is known color: Falu Red. HEX triplet: 80, 20 and 1E. RGB value is (128,32,30). Sum of RGB (Red+Green+Blue) = 128+32+30=190 (25% of max value = 765). Red value is 128 (50.39% from 255 or 67.37% from 190); Green value is 32 (12.89% from 255 or 16.84% from 190); Blue value is 30 (12.11% from 255 or 15.79% from 190); Max value from RGB is 128 - color contains mainly: red. Hex color #80201E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80201E is #7FDFE1. Grayscale: #3C3C3C. Windows color (decimal): -8380386 or 1974400. OLE color: 1974400.

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

Color convert

RGB 128 32 30 -
CMYK 0 0.75 0.77 0.50
HSL 1.22º 0.62% 0.31% -
HSV(B) 1.22º 0.77% 0.5% -
XYZ 9.65 5.72 1.82 -
YUV 60.48 110.8 176.16 -
System Red Green Blue C M Y K H S L
Decimal 128 32 30 0 0.75 0.77 0.50 1.22 0.62 0.31
Hex 80 20 1E 0 4B 4D 32 1 3E 1F
Octal 200 40 36 0 113 115 62 1 76 37
Binary 10000000 100000 11110 0 1001011 1001101 110010 1 111110 11111

Color Harmonies of #80201E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80201E

Black with #80201E

Text Example


Text Example

White with #80201E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,32,30); }

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

background-color css

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

 a { background-color: rgb(128,32,30); }

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

border-color css

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

 span { border-color: rgb(128,32,30); }

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