#821D00

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

Shades of Falu Red #821D00

Tints of Falu Red #821D00

Color information

#821D00 (or 0x821D00) is unknown color: approx Falu Red. HEX triplet: 82, 1D and 00. RGB value is (130,29,0). Sum of RGB (Red+Green+Blue) = 130+29+0=159 (21% of max value = 765). Red value is 130 (51.17% from 255 or 81.76% from 159); Green value is 29 (11.72% from 255 or 18.24% from 159); Blue value is 0 (0.39% from 255 or 0% from 159); Max value from RGB is 130 - color contains mainly: red. Hex color #821D00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #821D00 is #7DE2FF. Grayscale: #383838. Windows color (decimal): -8250112 or 7554. OLE color: 7554.

HSL color Cylindrical-coordinate representation of color #821D00: hue angle of 13.38º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #821D00 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB130290-
CMYK00.7810.49
HSL13.38º100%25.49%-
HSV(B)13.38º100%50.98%-
XYZ9.655.620.58-
YUV55.8996.46180.86-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 81.76%
GREEN value IS 29 (11.72% from 255) = 18.24%
BLUE value IS 0 (0.39% from 255) = 0%
R=81.76%
G=18.24%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13029000.7810.4913.3810025.49
Hex821D004E6431d6419
Octal2023500116144611514431
Binary100000101110100100111011001001100011101110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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