#832218

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

Shades of Falu Red #832218

Tints of Falu Red #832218

Color information

#832218 (or 0x832218) is unknown color: approx Falu Red. HEX triplet: 83, 22 and 18. RGB value is (131,34,24). Sum of RGB (Red+Green+Blue) = 131+34+24=189 (25% of max value = 765). Red value is 131 (51.56% from 255 or 69.31% from 189); Green value is 34 (13.67% from 255 or 17.99% from 189); Blue value is 24 (9.77% from 255 or 12.70% from 189); Max value from RGB is 131 - color contains mainly: red. Hex color #832218 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832218 is #7CDDE7. Grayscale: #3E3E3E. Windows color (decimal): -8183272 or 1581699. OLE color: 1581699.

HSL color Cylindrical-coordinate representation of color #832218: hue angle of 5.61º 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 #832218 is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB1313424-
CMYK00.740.820.49
HSL5.61º69.03%30.39%-
HSV(B)5.61º81.68%51.37%-
XYZ10.16.041.5-
YUV61.86106.64177.31-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 69.31%
GREEN value IS 34 (13.67% from 255) = 17.99%
BLUE value IS 24 (9.77% from 255) = 12.70%
R=69.31%
G=17.99%
B=12.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131342400.740.820.495.6169.0330.39
Hex83221804A52316451e
Octal2034230011212261610536
Binary1000001110001011000010010101010010110001110100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832218; }

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

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

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

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

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

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

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

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