#821612

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

Shades of Falu Red #821612

Tints of Falu Red #821612

Color information

#821612 (or 0x821612) is unknown color: approx Falu Red. HEX triplet: 82, 16 and 12. RGB value is (130,22,18). Sum of RGB (Red+Green+Blue) = 130+22+18=170 (22% of max value = 765). Red value is 130 (51.17% from 255 or 76.47% from 170); Green value is 22 (8.98% from 255 or 12.94% from 170); Blue value is 18 (7.42% from 255 or 10.59% from 170); Max value from RGB is 130 - color contains mainly: red. Hex color #821612 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821612 is #7DE9ED. Grayscale: #353535. Windows color (decimal): -8251886 or 1185410. OLE color: 1185410.

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

Color convert

RGB1302218-
CMYK00.830.860.49
HSL2.14º75.68%29.02%-
HSV(B)2.14º86.15%50.98%-
XYZ9.65.361.1-
YUV53.84107.78182.33-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 76.47%
GREEN value IS 22 (8.98% from 255) = 12.94%
BLUE value IS 18 (7.42% from 255) = 10.59%
R=76.47%
G=12.94%
B=10.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130221800.830.860.492.1475.6829.02
Hex821612053563124c1d
Octal2022622012312661211435
Binary10000010101101001001010011101011011000110100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821612; }

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

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

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

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

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

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

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

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