Html Css Color HEX #832019 Falu Red

📋 copy color: '#832019'

red 131 ◦ green 32 ◦ blue 25

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

Shades of Falu Red #832019

Tints of Falu Red #832019

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.02%

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

R = 69.68%
G = 17.02%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#832019 (or 0x832019) is known color: Falu Red. HEX triplet: 83, 20 and 19. RGB value is (131,32,25). Sum of RGB (Red+Green+Blue) = 131+32+25=188 (24% of max value = 765). Red value is 131 (51.56% from 255 or 69.68% from 188); Green value is 32 (12.89% from 255 or 17.02% from 188); Blue value is 25 (10.16% from 255 or 13.30% from 188); Max value from RGB is 131 - color contains mainly: red. Hex color #832019 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832019 is #7CDFE6. Grayscale: #3C3C3C. Windows color (decimal): -8183783 or 1646723. OLE color: 1646723.

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

Color convert

RGB 131 32 25 -
CMYK 0 0.76 0.81 0.49
HSL 3.96º 0.68% 0.31% -
HSV(B) 3.96º 0.81% 0.51% -
XYZ 10.05 5.93 1.53 -
YUV 60.8 107.8 178.07 -
System Red Green Blue C M Y K H S L
Decimal 131 32 25 0 0.76 0.81 0.49 3.96 0.68 0.31
Hex 83 20 19 0 4C 51 31 4 44 1F
Octal 203 40 31 0 114 121 61 4 104 37
Binary 10000011 100000 11001 0 1001100 1010001 110001 100 1000100 11111

Color Harmonies of #832019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832019

Black with #832019

Text Example


Text Example

White with #832019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832019; }

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

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

background-color css

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

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

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

border-color css

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

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

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