#821B1B

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

Shades of Falu Red #821B1B

Tints of Falu Red #821B1B

Color information

#821B1B (or 0x821B1B) is unknown color: approx Falu Red. HEX triplet: 82, 1B and 1B. RGB value is (130,27,27). Sum of RGB (Red+Green+Blue) = 130+27+27=184 (24% of max value = 765). Red value is 130 (51.17% from 255 or 70.65% from 184); Green value is 27 (10.94% from 255 or 14.67% from 184); Blue value is 27 (10.94% from 255 or 14.67% from 184); Max value from RGB is 130 - color contains mainly: red. Hex color #821B1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #821B1B is #7DE4E4. Grayscale: #393939. Windows color (decimal): -8250597 or 1776514. OLE color: 1776514.

HSL color Cylindrical-coordinate representation of color #821B1B: hue angle of 0º 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 #821B1B is Cyan = 0, Magento = 0.79, Yellow = 0.79 and Black (K on CMYK) = 0.49.

Color convert

RGB1302727-
CMYK00.790.790.49
HSL65.61%30.78%-
HSV(B)79.23%50.98%-
XYZ9.85.611.6-
YUV57.8110.62179.5-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 70.65%
GREEN value IS 27 (10.94% from 255) = 14.67%
BLUE value IS 27 (10.94% from 255) = 14.67%
R=70.65%
G=14.67%
B=14.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.79
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130272700.790.790.49065.6130.78
Hex821B1B04F4F310421f
Octal2023333011711761010237
Binary1000001011011110110100111110011111100010100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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