#80241b

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

Shades of Falu Red #80241B

Tints of Falu Red #80241B

Color information

#80241B (or 0x80241B) is unknown color: approx Falu Red. HEX triplet: 80, 24 and 1B. RGB value is (128,36,27). Sum of RGB (Red+Green+Blue) = 128+36+27=191 (25% of max value = 765). Red value is 128 (50.39% from 255 or 67.02% from 191); Green value is 36 (14.45% from 255 or 18.85% from 191); Blue value is 27 (10.94% from 255 or 14.14% from 191); Max value from RGB is 128 - color contains mainly: red. Hex color #80241B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80241B is #7FDBE4. Grayscale: #3E3E3E. Windows color (decimal): -8379365 or 1778816. OLE color: 1778816.

HSL color Cylindrical-coordinate representation of color #80241B: hue angle of 5.35º 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 #80241B is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.50.

Color convert

RGB1283627-
CMYK00.720.790.50
HSL5.35º65.16%30.39%-
HSV(B)5.35º78.91%50.2%-
XYZ9.735.931.67-
YUV62.48107.98174.73-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 67.02%
GREEN value IS 36 (14.45% from 255) = 18.85%
BLUE value IS 27 (10.94% from 255) = 14.14%
R=67.02%
G=18.85%
B=14.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.79
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128362700.720.790.505.3565.1630.39
Hex80241B0484F325411e
Octal2004433011011762510136
Binary1000000010010011011010010001001111110010101100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80241b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80241b; }

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

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

<style>
 a { background-color: #80241b; }

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

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

<style>
 span { border-color: #80241b; }

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

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