Html Css Color HEX #832519 Falu Red

📋 copy color: '#832519'

red 131 ◦ green 37 ◦ blue 25

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

Shades of Falu Red #832519

Tints of Falu Red #832519

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.17%

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

R = 67.88%
G = 19.17%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#832519 (or 0x832519) is known color: Falu Red. HEX triplet: 83, 25 and 19. RGB value is (131,37,25). Sum of RGB (Red+Green+Blue) = 131+37+25=193 (25% of max value = 765). Red value is 131 (51.56% from 255 or 67.88% from 193); Green value is 37 (14.84% from 255 or 19.17% from 193); Blue value is 25 (10.16% from 255 or 12.95% from 193); Max value from RGB is 131 - color contains mainly: red. Hex color #832519 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832519 is #7CDAE6. Grayscale: #3F3F3F. Windows color (decimal): -8182503 or 1648003. OLE color: 1648003.

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

Color convert

RGB 131 37 25 -
CMYK 0 0.72 0.81 0.49
HSL 6.79º 0.68% 0.31% -
HSV(B) 6.79º 0.81% 0.51% -
XYZ 10.2 6.22 1.58 -
YUV 63.74 106.14 175.98 -
System Red Green Blue C M Y K H S L
Decimal 131 37 25 0 0.72 0.81 0.49 6.79 0.68 0.31
Hex 83 25 19 0 48 51 31 7 44 1F
Octal 203 45 31 0 110 121 61 7 104 37
Binary 10000011 100101 11001 0 1001000 1010001 110001 111 1000100 11111

Color Harmonies of #832519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832519

Black with #832519

Text Example


Text Example

White with #832519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832519; }

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

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

background-color css

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

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

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

border-color css

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

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

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