#821A0B

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

Shades of Falu Red #821A0B

Tints of Falu Red #821A0B

Color information

#821A0B (or 0x821A0B) is unknown color: approx Falu Red. HEX triplet: 82, 1A and 0B. RGB value is (130,26,11). Sum of RGB (Red+Green+Blue) = 130+26+11=167 (22% of max value = 765). Red value is 130 (51.17% from 255 or 77.84% from 167); Green value is 26 (10.55% from 255 or 15.57% from 167); Blue value is 11 (4.69% from 255 or 6.59% from 167); Max value from RGB is 130 - color contains mainly: red. Hex color #821A0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #821A0B is #7DE5F4. Grayscale: #373737. Windows color (decimal): -8250869 or 727682. OLE color: 727682.

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

Color convert

RGB1302611-
CMYK00.80.920.49
HSL7.56º84.4%27.65%-
HSV(B)7.56º91.54%50.98%-
XYZ9.645.510.87-
YUV55.39102.96181.22-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 77.84%
GREEN value IS 26 (10.55% from 255) = 15.57%
BLUE value IS 11 (4.69% from 255) = 6.59%
R=77.84%
G=15.57%
B=6.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130261100.80.920.497.5684.427.65
Hex821AB0505C318541c
Octal20232130120134611012434
Binary100000101101010110101000010111001100011000101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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