Html Css Color HEX #832219 Falu Red

📋 copy color: '#832219'

red 131 ◦ green 34 ◦ blue 25

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

Shades of Falu Red #832219

Tints of Falu Red #832219

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.89%

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

R = 68.95%
G = 17.89%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#832219 (or 0x832219) is known color: Falu Red. HEX triplet: 83, 22 and 19. RGB value is (131,34,25). Sum of RGB (Red+Green+Blue) = 131+34+25=190 (25% of max value = 765). Red value is 131 (51.56% from 255 or 68.95% from 190); Green value is 34 (13.67% from 255 or 17.89% from 190); Blue value is 25 (10.16% from 255 or 13.16% from 190); Max value from RGB is 131 - color contains mainly: red. Hex color #832219 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832219 is #7CDDE6. Grayscale: #3E3E3E. Windows color (decimal): -8183271 or 1647235. OLE color: 1647235.

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

Color convert

RGB 131 34 25 -
CMYK 0 0.74 0.81 0.49
HSL 5.09º 0.68% 0.31% -
HSV(B) 5.09º 0.81% 0.51% -
XYZ 10.11 6.04 1.55 -
YUV 61.98 107.14 177.23 -
System Red Green Blue C M Y K H S L
Decimal 131 34 25 0 0.74 0.81 0.49 5.09 0.68 0.31
Hex 83 22 19 0 4A 51 31 5 44 1F
Octal 203 42 31 0 112 121 61 5 104 37
Binary 10000011 100010 11001 0 1001010 1010001 110001 101 1000100 11111

Color Harmonies of #832219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832219

Black with #832219

Text Example


Text Example

White with #832219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832219; }

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

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

background-color css

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

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

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

border-color css

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

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

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