#821E01

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

Shades of Falu Red #821E01

Tints of Falu Red #821E01

Color information

#821E01 (or 0x821E01) is unknown color: approx Falu Red. HEX triplet: 82, 1E and 01. RGB value is (130,30,1). Sum of RGB (Red+Green+Blue) = 130+30+1=161 (21% of max value = 765). Red value is 130 (51.17% from 255 or 80.75% from 161); Green value is 30 (12.11% from 255 or 18.63% from 161); Blue value is 1 (0.78% from 255 or 0.62% from 161); Max value from RGB is 130 - color contains mainly: red. Hex color #821E01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #821E01 is #7DE1FE. Grayscale: #383838. Windows color (decimal): -8249855 or 73346. OLE color: 73346.

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

Color convert

RGB130301-
CMYK00.770.990.49
HSL13.49º98.47%25.69%-
HSV(B)13.49º99.23%50.98%-
XYZ9.685.680.61-
YUV56.5996.63180.36-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 80.75%
GREEN value IS 30 (12.11% from 255) = 18.63%
BLUE value IS 1 (0.78% from 255) = 0.62%
R=80.75%
G=18.63%
B=0.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.99
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13030100.770.990.4913.4998.4725.69
Hex821E104D6331d621a
Octal2023610115143611514232
Binary100000101111010100110111000111100011101110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,30,1); }

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

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

 a { background-color: rgb(130,30,1); }

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

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

 span { border-color: rgb(130,30,1); }

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