Html Css Color HEX #832516 Falu Red

📋 copy color: '#832516'

red 131 ◦ green 37 ◦ blue 22

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

Shades of Falu Red #832516

Tints of Falu Red #832516

RGB

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

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

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

R = 68.95%
G = 19.47%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.49

RGB Variations

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

Color information

#832516 (or 0x832516) is known color: Falu Red. HEX triplet: 83, 25 and 16. RGB value is (131,37,22). Sum of RGB (Red+Green+Blue) = 131+37+22=190 (25% of max value = 765). Red value is 131 (51.56% from 255 or 68.95% from 190); Green value is 37 (14.84% from 255 or 19.47% from 190); Blue value is 22 (8.98% from 255 or 11.58% from 190); Max value from RGB is 131 - color contains mainly: red. Hex color #832516 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832516 is #7CDAE9. Grayscale: #3F3F3F. Windows color (decimal): -8182506 or 1451395. OLE color: 1451395.

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

Color convert

RGB 131 37 22 -
CMYK 0 0.72 0.83 0.49
HSL 8.26º 0.71% 0.3% -
HSV(B) 8.26º 0.83% 0.51% -
XYZ 10.17 6.21 1.42 -
YUV 63.4 104.64 176.22 -
System Red Green Blue C M Y K H S L
Decimal 131 37 22 0 0.72 0.83 0.49 8.26 0.71 0.3
Hex 83 25 16 0 48 53 31 8 47 1E
Octal 203 45 26 0 110 123 61 10 107 36
Binary 10000011 100101 10110 0 1001000 1010011 110001 1000 1000111 11110

Color Harmonies of #832516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832516

Black with #832516

Text Example


Text Example

White with #832516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832516; }

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

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

background-color css

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

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

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

border-color css

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

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

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