Html Css Color HEX #832119 Falu Red

📋 copy color: '#832119'

red 131 ◦ green 33 ◦ blue 25

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

Shades of Falu Red #832119

Tints of Falu Red #832119

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.46%

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

R = 69.31%
G = 17.46%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#832119 (or 0x832119) is known color: Falu Red. HEX triplet: 83, 21 and 19. RGB value is (131,33,25). Sum of RGB (Red+Green+Blue) = 131+33+25=189 (25% of max value = 765). Red value is 131 (51.56% from 255 or 69.31% from 189); Green value is 33 (13.28% from 255 or 17.46% from 189); Blue value is 25 (10.16% from 255 or 13.23% from 189); Max value from RGB is 131 - color contains mainly: red. Hex color #832119 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832119 is #7CDEE6. Grayscale: #3D3D3D. Windows color (decimal): -8183527 or 1646979. OLE color: 1646979.

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

Color convert

RGB 131 33 25 -
CMYK 0 0.75 0.81 0.49
HSL 4.53º 0.68% 0.31% -
HSV(B) 4.53º 0.81% 0.51% -
XYZ 10.08 5.98 1.54 -
YUV 61.39 107.47 177.65 -
System Red Green Blue C M Y K H S L
Decimal 131 33 25 0 0.75 0.81 0.49 4.53 0.68 0.31
Hex 83 21 19 0 4B 51 31 5 44 1F
Octal 203 41 31 0 113 121 61 5 104 37
Binary 10000011 100001 11001 0 1001011 1010001 110001 101 1000100 11111

Color Harmonies of #832119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832119

Black with #832119

Text Example


Text Example

White with #832119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832119; }

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

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

background-color css

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

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

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

border-color css

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

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

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