#821615

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

Shades of Falu Red #821615

Tints of Falu Red #821615

Color information

#821615 (or 0x821615) is unknown color: approx Falu Red. HEX triplet: 82, 16 and 15. RGB value is (130,22,21). Sum of RGB (Red+Green+Blue) = 130+22+21=173 (22% of max value = 765). Red value is 130 (51.17% from 255 or 75.14% from 173); Green value is 22 (8.98% from 255 or 12.72% from 173); Blue value is 21 (8.59% from 255 or 12.14% from 173); Max value from RGB is 130 - color contains mainly: red. Hex color #821615 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821615 is #7DE9EA. Grayscale: #363636. Windows color (decimal): -8251883 or 1382018. OLE color: 1382018.

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

Color convert

RGB1302221-
CMYK00.830.840.49
HSL0.55º72.19%29.61%-
HSV(B)0.55º83.85%50.98%-
XYZ9.635.371.24-
YUV54.18109.28182.08-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 75.14%
GREEN value IS 22 (8.98% from 255) = 12.72%
BLUE value IS 21 (8.59% from 255) = 12.14%
R=75.14%
G=12.72%
B=12.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.84
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130222100.830.840.490.5572.1929.61
Hex82161505354311481e
Octal2022625012312461111036
Binary1000001010110101010101001110101001100011100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821615; }

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

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

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

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

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

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

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

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