#832308

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

Shades of Falu Red #832308

Tints of Falu Red #832308

Color information

#832308 (or 0x832308) is unknown color: approx Falu Red. HEX triplet: 83, 23 and 08. RGB value is (131,35,8). Sum of RGB (Red+Green+Blue) = 131+35+8=174 (23% of max value = 765). Red value is 131 (51.56% from 255 or 75.29% from 174); Green value is 35 (14.06% from 255 or 20.11% from 174); Blue value is 8 (3.52% from 255 or 4.60% from 174); Max value from RGB is 131 - color contains mainly: red. Hex color #832308 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832308 is #7CDCF7. Grayscale: #3C3C3C. Windows color (decimal): -8183032 or 533379. OLE color: 533379.

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

Color convert

RGB131358-
CMYK00.730.940.49
HSL13.17º88.49%27.25%-
HSV(B)13.17º93.89%51.37%-
XYZ106.040.87-
YUV60.6398.3178.2-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 75.29%
GREEN value IS 35 (14.06% from 255) = 20.11%
BLUE value IS 8 (3.52% from 255) = 4.60%
R=75.29%
G=20.11%
B=4.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.94
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13135800.730.940.4913.1788.4927.25
Hex832380495E31d581b
Octal20343100111136611513033
Binary1000001110001110000100100110111101100011101101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832308; }

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

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

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

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

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

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

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

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