#821B06

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

Shades of Falu Red #821B06

Tints of Falu Red #821B06

Color information

#821B06 (or 0x821B06) is unknown color: approx Falu Red. HEX triplet: 82, 1B and 06. RGB value is (130,27,6). Sum of RGB (Red+Green+Blue) = 130+27+6=163 (21% of max value = 765). Red value is 130 (51.17% from 255 or 79.75% from 163); Green value is 27 (10.94% from 255 or 16.56% from 163); Blue value is 6 (2.73% from 255 or 3.68% from 163); Max value from RGB is 130 - color contains mainly: red. Hex color #821B06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #821B06 is #7DE4F9. Grayscale: #373737. Windows color (decimal): -8250618 or 400258. OLE color: 400258.

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

Color convert

RGB130276-
CMYK00.790.950.49
HSL10.16º91.18%26.67%-
HSV(B)10.16º95.38%50.98%-
XYZ9.635.540.73-
YUV55.4100.12181.21-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 79.75%
GREEN value IS 27 (10.94% from 255) = 16.56%
BLUE value IS 6 (2.73% from 255) = 3.68%
R=79.75%
G=16.56%
B=3.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13027600.790.950.4910.1691.1826.67
Hex821B604F5F31a5b1b
Octal2023360117137611213333
Binary10000010110111100100111110111111100011010101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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