#80201B

Color #80201B Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #80201B

Tints of Falu Red #80201B

Color information

#80201B (or 0x80201B) is unknown color: approx Falu Red. HEX triplet: 80, 20 and 1B. RGB value is (128,32,27). Sum of RGB (Red+Green+Blue) = 128+32+27=187 (24% of max value = 765). Red value is 128 (50.39% from 255 or 68.45% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 27 (10.94% from 255 or 14.44% from 187); Max value from RGB is 128 - color contains mainly: red. Hex color #80201B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80201B is #7FDFE4. Grayscale: #3C3C3C. Windows color (decimal): -8380389 or 1777792. OLE color: 1777792.

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

Color convert

RGB1283227-
CMYK00.750.790.50
HSL2.97º65.16%30.39%-
HSV(B)2.97º78.91%50.2%-
XYZ9.625.71.63-
YUV60.13109.3176.41-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 68.45%
GREEN value IS 32 (12.89% from 255) = 17.11%
BLUE value IS 27 (10.94% from 255) = 14.44%
R=68.45%
G=17.11%
B=14.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.79
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128322700.750.790.502.9765.1630.39
Hex80201B04B4F323411e
Octal2004033011311762310136
Binary100000001000001101101001011100111111001011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80201B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #80201B;
 }
 .AnyTagClassName
 {
   color: #80201B;
 }
</style>
background-color css

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

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

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

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

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

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