#821D03

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

Shades of Falu Red #821D03

Tints of Falu Red #821D03

Color information

#821D03 (or 0x821D03) is unknown color: approx Falu Red. HEX triplet: 82, 1D and 03. RGB value is (130,29,3). Sum of RGB (Red+Green+Blue) = 130+29+3=162 (21% of max value = 765). Red value is 130 (51.17% from 255 or 80.25% from 162); Green value is 29 (11.72% from 255 or 17.90% from 162); Blue value is 3 (1.56% from 255 or 1.85% from 162); Max value from RGB is 130 - color contains mainly: red. Hex color #821D03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #821D03 is #7DE2FC. Grayscale: #383838. Windows color (decimal): -8250109 or 204162. OLE color: 204162.

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

Color convert

RGB130293-
CMYK00.780.980.49
HSL12.28º95.49%26.08%-
HSV(B)12.28º97.69%50.98%-
XYZ9.665.630.66-
YUV56.2497.96180.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 80.25%
GREEN value IS 29 (11.72% from 255) = 17.90%
BLUE value IS 3 (1.56% from 255) = 1.85%
R=80.25%
G=17.90%
B=1.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13029300.780.980.4912.2895.4926.08
Hex821D304E6231c5f1a
Octal2023530116142611413732
Binary1000001011101110100111011000101100011100101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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