#821513

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

Shades of Falu Red #821513

Tints of Falu Red #821513

Color information

#821513 (or 0x821513) is unknown color: approx Falu Red. HEX triplet: 82, 15 and 13. RGB value is (130,21,19). Sum of RGB (Red+Green+Blue) = 130+21+19=170 (22% of max value = 765). Red value is 130 (51.17% from 255 or 76.47% from 170); Green value is 21 (8.59% from 255 or 12.35% from 170); Blue value is 19 (7.81% from 255 or 11.18% from 170); Max value from RGB is 130 - color contains mainly: red. Hex color #821513 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821513 is #7DEAEC. Grayscale: #353535. Windows color (decimal): -8252141 or 1250690. OLE color: 1250690.

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

Color convert

RGB1302119-
CMYK00.840.850.49
HSL1.08º74.5%29.22%-
HSV(B)1.08º85.38%50.98%-
XYZ9.595.331.14-
YUV53.36108.61182.66-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 76.47%
GREEN value IS 21 (8.59% from 255) = 12.35%
BLUE value IS 19 (7.81% from 255) = 11.18%
R=76.47%
G=12.35%
B=11.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130211900.840.850.491.0874.529.22
Hex821513054553114a1d
Octal2022523012412561111235
Binary1000001010101100110101010010101011100011100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821513; }

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

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

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

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

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

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

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

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