#821C1B

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

Shades of Falu Red #821C1B

Tints of Falu Red #821C1B

Color information

#821C1B (or 0x821C1B) is unknown color: approx Falu Red. HEX triplet: 82, 1C and 1B. RGB value is (130,28,27). Sum of RGB (Red+Green+Blue) = 130+28+27=185 (24% of max value = 765). Red value is 130 (51.17% from 255 or 70.27% from 185); Green value is 28 (11.33% from 255 or 15.14% from 185); Blue value is 27 (10.94% from 255 or 14.59% from 185); Max value from RGB is 130 - color contains mainly: red. Hex color #821C1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #821C1B is #7DE3E4. Grayscale: #3A3A3A. Windows color (decimal): -8250341 or 1776770. OLE color: 1776770.

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

Color convert

RGB1302827-
CMYK00.780.790.49
HSL0.58º65.61%30.78%-
HSV(B)0.58º79.23%50.98%-
XYZ9.825.661.61-
YUV58.38110.29179.08-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 70.27%
GREEN value IS 28 (11.33% from 255) = 15.14%
BLUE value IS 27 (10.94% from 255) = 14.59%
R=70.27%
G=15.14%
B=14.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.79
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130282700.780.790.490.5865.6130.78
Hex821C1B04E4F311421f
Octal2023433011611761110237
Binary1000001011100110110100111010011111100011100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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