#832417

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

Shades of Falu Red #832417

Tints of Falu Red #832417

Color information

#832417 (or 0x832417) is unknown color: approx Falu Red. HEX triplet: 83, 24 and 17. RGB value is (131,36,23). Sum of RGB (Red+Green+Blue) = 131+36+23=190 (25% of max value = 765). Red value is 131 (51.56% from 255 or 68.95% from 190); Green value is 36 (14.45% from 255 or 18.95% from 190); Blue value is 23 (9.38% from 255 or 12.11% from 190); Max value from RGB is 131 - color contains mainly: red. Hex color #832417 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832417 is #7CDBE8. Grayscale: #3F3F3F. Windows color (decimal): -8182761 or 1516675. OLE color: 1516675.

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

Color convert

RGB1313623-
CMYK00.730.820.49
HSL7.22º70.13%30.2%-
HSV(B)7.22º82.44%51.37%-
XYZ10.156.151.46-
YUV62.92105.47176.56-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 68.95%
GREEN value IS 36 (14.45% from 255) = 18.95%
BLUE value IS 23 (9.38% from 255) = 12.11%
R=68.95%
G=18.95%
B=12.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131362300.730.820.497.2270.1330.2
Hex83241704952317461e
Octal2034427011112261710636
Binary1000001110010010111010010011010010110001111100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832417; }

 p { color: rgb(131,36,23); }

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

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

 a { background-color: rgb(131,36,23); }

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

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

 span { border-color: rgb(131,36,23); }

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