#832311

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

Shades of Falu Red #832311

Tints of Falu Red #832311

Color information

#832311 (or 0x832311) is unknown color: approx Falu Red. HEX triplet: 83, 23 and 11. RGB value is (131,35,17). Sum of RGB (Red+Green+Blue) = 131+35+17=183 (24% of max value = 765). Red value is 131 (51.56% from 255 or 71.58% from 183); Green value is 35 (14.06% from 255 or 19.13% from 183); Blue value is 17 (7.03% from 255 or 9.29% from 183); Max value from RGB is 131 - color contains mainly: red. Hex color #832311 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832311 is #7CDCEE. Grayscale: #3D3D3D. Windows color (decimal): -8183023 or 1123203. OLE color: 1123203.

HSL color Cylindrical-coordinate representation of color #832311: hue angle of 9.47º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #832311 is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.49.

Color convert

RGB1313517-
CMYK00.730.870.49
HSL9.47º77.03%29.02%-
HSV(B)9.47º87.02%51.37%-
XYZ10.066.071.17-
YUV61.65102.8177.46-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 71.58%
GREEN value IS 35 (14.06% from 255) = 19.13%
BLUE value IS 17 (7.03% from 255) = 9.29%
R=71.58%
G=19.13%
B=9.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.87
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131351700.730.870.499.4777.0329.02
Hex832311049573194d1d
Octal20343210111127611111535
Binary10000011100011100010100100110101111100011001100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832311; }

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

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

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

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

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

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

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

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