#821212

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

Shades of Falu Red #821212

Tints of Falu Red #821212

Color information

#821212 (or 0x821212) is unknown color: approx Falu Red. HEX triplet: 82, 12 and 12. RGB value is (130,18,18). Sum of RGB (Red+Green+Blue) = 130+18+18=166 (21% of max value = 765). Red value is 130 (51.17% from 255 or 78.31% from 166); Green value is 18 (7.42% from 255 or 10.84% from 166); Blue value is 18 (7.42% from 255 or 10.84% from 166); Max value from RGB is 130 - color contains mainly: red. Hex color #821212 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821212 is #7DEDED. Grayscale: #333333. Windows color (decimal): -8252910 or 1184386. OLE color: 1184386.

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

Color convert

RGB1301818-
CMYK00.860.860.49
HSL75.68%29.02%-
HSV(B)86.15%50.98%-
XYZ9.535.221.08-
YUV51.49109.11184-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 78.31%
GREEN value IS 18 (7.42% from 255) = 10.84%
BLUE value IS 18 (7.42% from 255) = 10.84%
R=78.31%
G=10.84%
B=10.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130181800.860.860.49075.6829.02
Hex821212056563104c1d
Octal2022222012612661011435
Binary1000001010010100100101011010101101100010100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821212; }

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

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

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

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

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

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

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

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