#821A05

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

Shades of Falu Red #821A05

Tints of Falu Red #821A05

Color information

#821A05 (or 0x821A05) is unknown color: approx Falu Red. HEX triplet: 82, 1A and 05. RGB value is (130,26,5). Sum of RGB (Red+Green+Blue) = 130+26+5=161 (21% of max value = 765). Red value is 130 (51.17% from 255 or 80.75% from 161); Green value is 26 (10.55% from 255 or 16.15% from 161); Blue value is 5 (2.34% from 255 or 3.11% from 161); Max value from RGB is 130 - color contains mainly: red. Hex color #821A05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #821A05 is #7DE5FA. Grayscale: #363636. Windows color (decimal): -8250875 or 334466. OLE color: 334466.

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

Color convert

RGB130265-
CMYK00.80.960.49
HSL10.08º92.59%26.47%-
HSV(B)10.08º96.15%50.98%-
XYZ9.65.50.7-
YUV54.799.96181.71-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 80.75%
GREEN value IS 26 (10.55% from 255) = 16.15%
BLUE value IS 5 (2.34% from 255) = 3.11%
R=80.75%
G=16.15%
B=3.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.96
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13026500.80.960.4910.0892.5926.47
Hex821A50506031a5d1a
Octal2023250120140611213532
Binary10000010110101010101000011000001100011010101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,26,5); }

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

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

 a { background-color: rgb(130,26,5); }

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

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

 span { border-color: rgb(130,26,5); }

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