#821C13

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

Shades of Falu Red #821C13

Tints of Falu Red #821C13

Color information

#821C13 (or 0x821C13) is unknown color: approx Falu Red. HEX triplet: 82, 1C and 13. RGB value is (130,28,19). Sum of RGB (Red+Green+Blue) = 130+28+19=177 (23% of max value = 765). Red value is 130 (51.17% from 255 or 73.45% from 177); Green value is 28 (11.33% from 255 or 15.82% from 177); Blue value is 19 (7.81% from 255 or 10.73% from 177); Max value from RGB is 130 - color contains mainly: red. Hex color #821C13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #821C13 is #7DE3EC. Grayscale: #393939. Windows color (decimal): -8250349 or 1252482. OLE color: 1252482.

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

Color convert

RGB1302819-
CMYK00.780.850.49
HSL4.86º74.5%29.22%-
HSV(B)4.86º85.38%50.98%-
XYZ9.745.621.19-
YUV57.47106.29179.73-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 73.45%
GREEN value IS 28 (11.33% from 255) = 15.82%
BLUE value IS 19 (7.81% from 255) = 10.73%
R=73.45%
G=15.82%
B=10.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130281900.780.850.494.8674.529.22
Hex821C1304E553154a1d
Octal2023423011612561511235
Binary100000101110010011010011101010101110001101100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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