#83211E

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

Shades of Falu Red #83211E

Tints of Falu Red #83211E

Color information

#83211E (or 0x83211E) is unknown color: approx Falu Red. HEX triplet: 83, 21 and 1E. RGB value is (131,33,30). Sum of RGB (Red+Green+Blue) = 131+33+30=194 (25% of max value = 765). Red value is 131 (51.56% from 255 or 67.53% from 194); Green value is 33 (13.28% from 255 or 17.01% from 194); Blue value is 30 (12.11% from 255 or 15.46% from 194); Max value from RGB is 131 - color contains mainly: red. Hex color #83211E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83211E is #7CDEE1. Grayscale: #3E3E3E. Windows color (decimal): -8183522 or 1974659. OLE color: 1974659.

HSL color Cylindrical-coordinate representation of color #83211E: hue angle of 1.78º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #83211E is Cyan = 0, Magento = 0.75, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB1313330-
CMYK00.750.770.49
HSL1.78º62.73%31.57%-
HSV(B)1.78º77.1%51.37%-
XYZ10.146.011.85-
YUV61.96109.97177.24-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 67.53%
GREEN value IS 33 (13.28% from 255) = 17.01%
BLUE value IS 30 (12.11% from 255) = 15.46%
R=67.53%
G=17.01%
B=15.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.77
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131333000.750.770.491.7862.7331.57
Hex83211E04B4D3123f20
Octal203413601131156127740
Binary100000111000011111001001011100110111000110111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83211E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83211E; }

 p { color: rgb(131,33,30); }

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

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

 a { background-color: rgb(131,33,30); }

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

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

 span { border-color: rgb(131,33,30); }

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