#832305

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

Shades of Falu Red #832305

Tints of Falu Red #832305

Color information

#832305 (or 0x832305) is unknown color: approx Falu Red. HEX triplet: 83, 23 and 05. RGB value is (131,35,5). Sum of RGB (Red+Green+Blue) = 131+35+5=171 (22% of max value = 765). Red value is 131 (51.56% from 255 or 76.61% from 171); Green value is 35 (14.06% from 255 or 20.47% from 171); Blue value is 5 (2.34% from 255 or 2.92% from 171); Max value from RGB is 131 - color contains mainly: red. Hex color #832305 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832305 is #7CDCFA. Grayscale: #3C3C3C. Windows color (decimal): -8183035 or 336771. OLE color: 336771.

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

Color convert

RGB131355-
CMYK00.730.960.49
HSL14.29º92.65%26.67%-
HSV(B)14.29º96.18%51.37%-
XYZ9.996.040.78-
YUV60.2896.8178.44-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 76.61%
GREEN value IS 35 (14.06% from 255) = 20.47%
BLUE value IS 5 (2.34% from 255) = 2.92%
R=76.61%
G=20.47%
B=2.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.96
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13135500.730.960.4914.2992.6526.67
Hex832350496031e5d1b
Octal2034350111140611613533
Binary100000111000111010100100111000001100011110101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832305; }

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

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

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

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

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

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

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

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