#80241A

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

Shades of Falu Red #80241A

Tints of Falu Red #80241A

Color information

#80241A (or 0x80241A) is unknown color: approx Falu Red. HEX triplet: 80, 24 and 1A. RGB value is (128,36,26). Sum of RGB (Red+Green+Blue) = 128+36+26=190 (25% of max value = 765). Red value is 128 (50.39% from 255 or 67.37% from 190); Green value is 36 (14.45% from 255 or 18.95% from 190); Blue value is 26 (10.55% from 255 or 13.68% from 190); Max value from RGB is 128 - color contains mainly: red. Hex color #80241A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80241A is #7FDBE5. Grayscale: #3E3E3E. Windows color (decimal): -8379366 or 1713280. OLE color: 1713280.

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

Color convert

RGB1283626-
CMYK00.720.800.50
HSL5.88º66.23%30.2%-
HSV(B)5.88º79.69%50.2%-
XYZ9.725.931.61-
YUV62.37107.48174.81-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 67.37%
GREEN value IS 36 (14.45% from 255) = 18.95%
BLUE value IS 26 (10.55% from 255) = 13.68%
R=67.37%
G=18.95%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.80
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128362600.720.800.505.8866.2330.2
Hex80241A04850326421e
Octal2004432011012062610236
Binary1000000010010011010010010001010000110010110100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80241A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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