#832118

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

Shades of Falu Red #832118

Tints of Falu Red #832118

Color information

#832118 (or 0x832118) is unknown color: approx Falu Red. HEX triplet: 83, 21 and 18. RGB value is (131,33,24). Sum of RGB (Red+Green+Blue) = 131+33+24=188 (24% of max value = 765). Red value is 131 (51.56% from 255 or 69.68% from 188); Green value is 33 (13.28% from 255 or 17.55% from 188); Blue value is 24 (9.77% from 255 or 12.77% from 188); Max value from RGB is 131 - color contains mainly: red. Hex color #832118 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832118 is #7CDEE7. Grayscale: #3D3D3D. Windows color (decimal): -8183528 or 1581443. OLE color: 1581443.

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

Color convert

RGB1313324-
CMYK00.750.820.49
HSL5.05º69.03%30.39%-
HSV(B)5.05º81.68%51.37%-
XYZ10.075.981.49-
YUV61.28106.97177.73-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 69.68%
GREEN value IS 33 (13.28% from 255) = 17.55%
BLUE value IS 24 (9.77% from 255) = 12.77%
R=69.68%
G=17.55%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131332400.750.820.495.0569.0330.39
Hex83211804B52315451e
Octal2034130011312261510536
Binary1000001110000111000010010111010010110001101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832118; }

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

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

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

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

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

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

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

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