#821A00

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

Shades of Falu Red #821A00

Tints of Falu Red #821A00

Color information

#821A00 (or 0x821A00) is unknown color: approx Falu Red. HEX triplet: 82, 1A and 00. RGB value is (130,26,0). Sum of RGB (Red+Green+Blue) = 130+26+0=156 (20% of max value = 765). Red value is 130 (51.17% from 255 or 83.33% from 156); Green value is 26 (10.55% from 255 or 16.67% from 156); Blue value is 0 (0.39% from 255 or 0% from 156); Max value from RGB is 130 - color contains mainly: red. Hex color #821A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #821A00 is #7DE5FF. Grayscale: #363636. Windows color (decimal): -8250880 or 6786. OLE color: 6786.

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

Color convert

RGB130260-
CMYK00.810.49
HSL12º100%25.49%-
HSV(B)12º100%50.98%-
XYZ9.585.480.55-
YUV54.1397.46182.11-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 83.33%
GREEN value IS 26 (10.55% from 255) = 16.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=83.33%
G=16.67%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13026000.810.491210025.49
Hex821A00506431c6419
Octal2023200120144611414431
Binary100000101101000101000011001001100011100110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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