#832103

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

Shades of Falu Red #832103

Tints of Falu Red #832103

Color information

#832103 (or 0x832103) is unknown color: approx Falu Red. HEX triplet: 83, 21 and 03. RGB value is (131,33,3). Sum of RGB (Red+Green+Blue) = 131+33+3=167 (22% of max value = 765). Red value is 131 (51.56% from 255 or 78.44% from 167); Green value is 33 (13.28% from 255 or 19.76% from 167); Blue value is 3 (1.56% from 255 or 1.80% from 167); Max value from RGB is 131 - color contains mainly: red. Hex color #832103 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832103 is #7CDEFC. Grayscale: #3B3B3B. Windows color (decimal): -8183549 or 205187. OLE color: 205187.

HSL color Cylindrical-coordinate representation of color #832103: hue angle of 14.06º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #832103 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB131333-
CMYK00.750.980.49
HSL14.06º95.52%26.27%-
HSV(B)14.06º97.71%51.37%-
XYZ9.925.920.71-
YUV58.8896.47179.44-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 78.44%
GREEN value IS 33 (13.28% from 255) = 19.76%
BLUE value IS 3 (1.56% from 255) = 1.80%
R=78.44%
G=19.76%
B=1.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13133300.750.980.4914.0695.5226.27
Hex8321304B6231e601a
Octal2034130113142611614032
Binary10000011100001110100101111000101100011110110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832103; }

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

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

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

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

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

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

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

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