#821413

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

Shades of Falu Red #821413

Tints of Falu Red #821413

Color information

#821413 (or 0x821413) is unknown color: approx Falu Red. HEX triplet: 82, 14 and 13. RGB value is (130,20,19). Sum of RGB (Red+Green+Blue) = 130+20+19=169 (22% of max value = 765). Red value is 130 (51.17% from 255 or 76.92% from 169); Green value is 20 (8.20% from 255 or 11.83% from 169); Blue value is 19 (7.81% from 255 or 11.24% from 169); Max value from RGB is 130 - color contains mainly: red. Hex color #821413 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821413 is #7DEBEC. Grayscale: #343434. Windows color (decimal): -8252397 or 1250434. OLE color: 1250434.

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

Color convert

RGB1302019-
CMYK00.850.850.49
HSL0.54º74.5%29.22%-
HSV(B)0.54º85.38%50.98%-
XYZ9.575.291.13-
YUV52.78108.94183.08-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 76.92%
GREEN value IS 20 (8.20% from 255) = 11.83%
BLUE value IS 19 (7.81% from 255) = 11.24%
R=76.92%
G=11.83%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130201900.850.850.490.5474.529.22
Hex821413055553114a1d
Octal2022423012512561111235
Binary1000001010100100110101010110101011100011100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821413; }

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

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

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

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

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

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

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

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