#83231A

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

Shades of Falu Red #83231A

Tints of Falu Red #83231A

Color information

#83231A (or 0x83231A) is unknown color: approx Falu Red. HEX triplet: 83, 23 and 1A. RGB value is (131,35,26). Sum of RGB (Red+Green+Blue) = 131+35+26=192 (25% of max value = 765). Red value is 131 (51.56% from 255 or 68.23% from 192); Green value is 35 (14.06% from 255 or 18.23% from 192); Blue value is 26 (10.55% from 255 or 13.54% from 192); Max value from RGB is 131 - color contains mainly: red. Hex color #83231A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83231A is #7CDCE5. Grayscale: #3E3E3E. Windows color (decimal): -8183014 or 1713027. OLE color: 1713027.

HSL color Cylindrical-coordinate representation of color #83231A: hue angle of 5.14º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #83231A is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.49.

Color convert

RGB1313526-
CMYK00.730.800.49
HSL5.14º66.88%30.78%-
HSV(B)5.14º80.15%51.37%-
XYZ10.156.11.62-
YUV62.68107.3176.73-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 68.23%
GREEN value IS 35 (14.06% from 255) = 18.23%
BLUE value IS 26 (10.55% from 255) = 13.54%
R=68.23%
G=18.23%
B=13.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.80
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131352600.730.800.495.1466.8830.78
Hex83231A04950315431f
Octal2034332011112061510337
Binary1000001110001111010010010011010000110001101100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83231A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83231A; }

 p { color: rgb(131,35,26); }

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

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

 a { background-color: rgb(131,35,26); }

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

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

 span { border-color: rgb(131,35,26); }

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