#821F03

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

Shades of Falu Red #821F03

Tints of Falu Red #821F03

Color information

#821F03 (or 0x821F03) is unknown color: approx Falu Red. HEX triplet: 82, 1F and 03. RGB value is (130,31,3). Sum of RGB (Red+Green+Blue) = 130+31+3=164 (21% of max value = 765). Red value is 130 (51.17% from 255 or 79.27% from 164); Green value is 31 (12.5% from 255 or 18.90% from 164); Blue value is 3 (1.56% from 255 or 1.83% from 164); Max value from RGB is 130 - color contains mainly: red. Hex color #821F03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #821F03 is #7DE0FC. Grayscale: #393939. Windows color (decimal): -8249597 or 204674. OLE color: 204674.

HSL color Cylindrical-coordinate representation of color #821F03: hue angle of 13.23º 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 #821F03 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB130313-
CMYK00.760.980.49
HSL13.23º95.49%26.08%-
HSV(B)13.23º97.69%50.98%-
XYZ9.715.730.68-
YUV57.4197.3179.78-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 79.27%
GREEN value IS 31 (12.5% from 255) = 18.90%
BLUE value IS 3 (1.56% from 255) = 1.83%
R=79.27%
G=18.90%
B=1.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13031300.760.980.4913.2395.4926.08
Hex821F304C6231d5f1a
Octal2023730114142611513732
Binary1000001011111110100110011000101100011101101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821F03; }

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

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

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

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

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

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

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

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