#821D08

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

Shades of Falu Red #821D08

Tints of Falu Red #821D08

Color information

#821D08 (or 0x821D08) is unknown color: approx Falu Red. HEX triplet: 82, 1D and 08. RGB value is (130,29,8). Sum of RGB (Red+Green+Blue) = 130+29+8=167 (22% of max value = 765). Red value is 130 (51.17% from 255 or 77.84% from 167); Green value is 29 (11.72% from 255 or 17.37% from 167); Blue value is 8 (3.52% from 255 or 4.79% from 167); Max value from RGB is 130 - color contains mainly: red. Hex color #821D08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #821D08 is #7DE2F7. Grayscale: #383838. Windows color (decimal): -8250104 or 531842. OLE color: 531842.

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

Color convert

RGB130298-
CMYK00.780.940.49
HSL10.33º88.41%27.06%-
HSV(B)10.33º93.85%50.98%-
XYZ9.695.640.81-
YUV56.8100.46180.21-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 77.84%
GREEN value IS 29 (11.72% from 255) = 17.37%
BLUE value IS 8 (3.52% from 255) = 4.79%
R=77.84%
G=17.37%
B=4.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.94
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13029800.780.940.4910.3388.4127.06
Hex821D804E5E31a581b
Octal20235100116136611213033
Binary100000101110110000100111010111101100011010101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,29,8); }

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

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

 a { background-color: rgb(130,29,8); }

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

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

 span { border-color: rgb(130,29,8); }

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