#821B09

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

Shades of Falu Red #821B09

Tints of Falu Red #821B09

Color information

#821B09 (or 0x821B09) is unknown color: approx Falu Red. HEX triplet: 82, 1B and 09. RGB value is (130,27,9). Sum of RGB (Red+Green+Blue) = 130+27+9=166 (21% of max value = 765). Red value is 130 (51.17% from 255 or 78.31% from 166); Green value is 27 (10.94% from 255 or 16.27% from 166); Blue value is 9 (3.91% from 255 or 5.42% from 166); Max value from RGB is 130 - color contains mainly: red. Hex color #821B09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #821B09 is #7DE4F6. Grayscale: #373737. Windows color (decimal): -8250615 or 596866. OLE color: 596866.

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

Color convert

RGB130279-
CMYK00.790.930.49
HSL8.93º87.05%27.25%-
HSV(B)8.93º93.08%50.98%-
XYZ9.655.550.82-
YUV55.74101.62180.96-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 78.31%
GREEN value IS 27 (10.94% from 255) = 16.27%
BLUE value IS 9 (3.91% from 255) = 5.42%
R=78.31%
G=16.27%
B=5.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.93
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13027900.790.930.498.9387.0527.25
Hex821B904F5D319571b
Octal20233110117135611112733
Binary100000101101110010100111110111011100011001101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,27,9); }

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

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

 a { background-color: rgb(130,27,9); }

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

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

 span { border-color: rgb(130,27,9); }

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