#821E03

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

Shades of Falu Red #821E03

Tints of Falu Red #821E03

Color information

#821E03 (or 0x821E03) is unknown color: approx Falu Red. HEX triplet: 82, 1E and 03. RGB value is (130,30,3). Sum of RGB (Red+Green+Blue) = 130+30+3=163 (21% of max value = 765). Red value is 130 (51.17% from 255 or 79.75% from 163); Green value is 30 (12.11% from 255 or 18.40% from 163); Blue value is 3 (1.56% from 255 or 1.84% from 163); Max value from RGB is 130 - color contains mainly: red. Hex color #821E03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #821E03 is #7DE1FC. Grayscale: #393939. Windows color (decimal): -8249853 or 204418. OLE color: 204418.

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

Color convert

RGB130303-
CMYK00.770.980.49
HSL12.76º95.49%26.08%-
HSV(B)12.76º97.69%50.98%-
XYZ9.695.680.67-
YUV56.8297.63180.2-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 79.75%
GREEN value IS 30 (12.11% from 255) = 18.40%
BLUE value IS 3 (1.56% from 255) = 1.84%
R=79.75%
G=18.40%
B=1.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13030300.770.980.4912.7695.4926.08
Hex821E304D6231d5f1a
Octal2023630115142611513732
Binary1000001011110110100110111000101100011101101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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