#821803

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

Shades of Falu Red #821803

Tints of Falu Red #821803

Color information

#821803 (or 0x821803) is unknown color: approx Falu Red. HEX triplet: 82, 18 and 03. RGB value is (130,24,3). Sum of RGB (Red+Green+Blue) = 130+24+3=157 (20% of max value = 765). Red value is 130 (51.17% from 255 or 82.80% from 157); Green value is 24 (9.77% from 255 or 15.29% from 157); Blue value is 3 (1.56% from 255 or 1.91% from 157); Max value from RGB is 130 - color contains mainly: red. Hex color #821803 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821803 is #7DE7FC. Grayscale: #353535. Windows color (decimal): -8251389 or 202882. OLE color: 202882.

HSL color Cylindrical-coordinate representation of color #821803: hue angle of 9.92º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #821803 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB130243-
CMYK00.820.980.49
HSL9.92º95.49%26.08%-
HSV(B)9.92º97.69%50.98%-
XYZ9.555.410.63-
YUV53.399.62182.71-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 82.80%
GREEN value IS 24 (9.77% from 255) = 15.29%
BLUE value IS 3 (1.56% from 255) = 1.91%
R=82.80%
G=15.29%
B=1.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13024300.820.980.499.9295.4926.08
Hex821830526231a5f1a
Octal2023030122142611213732
Binary1000001011000110101001011000101100011010101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821803; }

 p { color: rgb(130,24,3); }

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

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

 a { background-color: rgb(130,24,3); }

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

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

 span { border-color: rgb(130,24,3); }

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