Html Css Color HEX #832316 Falu Red

📋 copy color: '#832316'

red 131 ◦ green 35 ◦ blue 22

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

Shades of Falu Red #832316

Tints of Falu Red #832316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 11.7%

R = 69.68%
G = 18.62%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.83

 K value IS 0.49

RGB Variations

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

Color information

#832316 (or 0x832316) is known color: Falu Red. HEX triplet: 83, 23 and 16. RGB value is (131,35,22). Sum of RGB (Red+Green+Blue) = 131+35+22=188 (24% of max value = 765). Red value is 131 (51.56% from 255 or 69.68% from 188); Green value is 35 (14.06% from 255 or 18.62% from 188); Blue value is 22 (8.98% from 255 or 11.70% from 188); Max value from RGB is 131 - color contains mainly: red. Hex color #832316 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832316 is #7CDCE9. Grayscale: #3E3E3E. Windows color (decimal): -8183018 or 1450883. OLE color: 1450883.

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

Color convert

RGB 131 35 22 -
CMYK 0 0.73 0.83 0.49
HSL 7.16º 0.71% 0.3% -
HSV(B) 7.16º 0.83% 0.51% -
XYZ 10.11 6.09 1.4 -
YUV 62.22 105.3 177.06 -
System Red Green Blue C M Y K H S L
Decimal 131 35 22 0 0.73 0.83 0.49 7.16 0.71 0.3
Hex 83 23 16 0 49 53 31 7 47 1E
Octal 203 43 26 0 111 123 61 7 107 36
Binary 10000011 100011 10110 0 1001001 1010011 110001 111 1000111 11110

Color Harmonies of #832316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832316

Black with #832316

Text Example


Text Example

White with #832316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832316; }

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

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

background-color css

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

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

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

border-color css

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

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

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