#821B04

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

Shades of Falu Red #821B04

Tints of Falu Red #821B04

Color information

#821B04 (or 0x821B04) is unknown color: approx Falu Red. HEX triplet: 82, 1B and 04. RGB value is (130,27,4). Sum of RGB (Red+Green+Blue) = 130+27+4=161 (21% of max value = 765). Red value is 130 (51.17% from 255 or 80.75% from 161); Green value is 27 (10.94% from 255 or 16.77% from 161); Blue value is 4 (1.95% from 255 or 2.48% from 161); Max value from RGB is 130 - color contains mainly: red. Hex color #821B04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #821B04 is #7DE4FB. Grayscale: #373737. Windows color (decimal): -8250620 or 269186. OLE color: 269186.

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

Color convert

RGB130274-
CMYK00.790.970.49
HSL10.95º94.03%26.27%-
HSV(B)10.95º96.92%50.98%-
XYZ9.625.540.68-
YUV55.1899.12181.37-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 80.75%
GREEN value IS 27 (10.94% from 255) = 16.77%
BLUE value IS 4 (1.95% from 255) = 2.48%
R=80.75%
G=16.77%
B=2.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.97
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13027400.790.970.4910.9594.0326.27
Hex821B404F6131b5e1a
Octal2023340117141611313632
Binary10000010110111000100111111000011100011011101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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