Html Css Color HEX #832319 Falu Red

📋 copy color: '#832319'

red 131 ◦ green 35 ◦ blue 25

#832319
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Falu Red #832319

Tints of Falu Red #832319

RGB

 RED value IS 131 (51.56% from 255) = 68.59%

 GREEN value IS 35 (14.06% from 255) = 18.32%

 BLUE value IS 25 (10.16% from 255) = 13.09%

R = 68.59%
G = 18.32%
B = 13.09%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#832319 (or 0x832319) is known color: Falu Red. HEX triplet: 83, 23 and 19. RGB value is (131,35,25). Sum of RGB (Red+Green+Blue) = 131+35+25=191 (25% of max value = 765). Red value is 131 (51.56% from 255 or 68.59% from 191); Green value is 35 (14.06% from 255 or 18.32% from 191); Blue value is 25 (10.16% from 255 or 13.09% from 191); Max value from RGB is 131 - color contains mainly: red. Hex color #832319 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832319 is #7CDCE6. Grayscale: #3E3E3E. Windows color (decimal): -8183015 or 1647491. OLE color: 1647491.

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

Color convert

RGB 131 35 25 -
CMYK 0 0.73 0.81 0.49
HSL 5.66º 0.68% 0.31% -
HSV(B) 5.66º 0.81% 0.51% -
XYZ 10.14 6.1 1.56 -
YUV 62.56 106.8 176.81 -
System Red Green Blue C M Y K H S L
Decimal 131 35 25 0 0.73 0.81 0.49 5.66 0.68 0.31
Hex 83 23 19 0 49 51 31 6 44 1F
Octal 203 43 31 0 111 121 61 6 104 37
Binary 10000011 100011 11001 0 1001001 1010001 110001 110 1000100 11111

Color Harmonies of #832319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832319

Black with #832319

Text Example


Text Example

White with #832319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832319; }

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

 H1.HeaderClassName
 {
   color: #832319;
 }
 .AnyTagClassName
 {
   color: #832319;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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