#821515

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

Shades of Falu Red #821515

Tints of Falu Red #821515

Color information

#821515 (or 0x821515) is unknown color: approx Falu Red. HEX triplet: 82, 15 and 15. RGB value is (130,21,21). Sum of RGB (Red+Green+Blue) = 130+21+21=172 (22% of max value = 765). Red value is 130 (51.17% from 255 or 75.58% from 172); Green value is 21 (8.59% from 255 or 12.21% from 172); Blue value is 21 (8.59% from 255 or 12.21% from 172); Max value from RGB is 130 - color contains mainly: red. Hex color #821515 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821515 is #7DEAEA. Grayscale: #353535. Windows color (decimal): -8252139 or 1381762. OLE color: 1381762.

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

Color convert

RGB1302121-
CMYK00.840.840.49
HSL72.19%29.61%-
HSV(B)83.85%50.98%-
XYZ9.615.341.23-
YUV53.59109.61182.5-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 75.58%
GREEN value IS 21 (8.59% from 255) = 12.21%
BLUE value IS 21 (8.59% from 255) = 12.21%
R=75.58%
G=12.21%
B=12.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.84
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130212100.840.840.49072.1929.61
Hex82151505454310481e
Octal2022525012412461011036
Binary1000001010101101010101010010101001100010100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821515; }

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

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

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

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

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

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

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

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