Html Css Color HEX #832416 Falu Red

📋 copy color: '#832416'

red 131 ◦ green 36 ◦ blue 22

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

Shades of Falu Red #832416

Tints of Falu Red #832416

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.05%

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

R = 69.31%
G = 19.05%
B = 11.64%

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

#832416 (or 0x832416) is known color: Falu Red. HEX triplet: 83, 24 and 16. RGB value is (131,36,22). Sum of RGB (Red+Green+Blue) = 131+36+22=189 (25% of max value = 765). Red value is 131 (51.56% from 255 or 69.31% from 189); Green value is 36 (14.45% from 255 or 19.05% from 189); Blue value is 22 (8.98% from 255 or 11.64% from 189); Max value from RGB is 131 - color contains mainly: red. Hex color #832416 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832416 is #7CDBE9. Grayscale: #3E3E3E. Windows color (decimal): -8182762 or 1451139. OLE color: 1451139.

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

Color convert

RGB 131 36 22 -
CMYK 0 0.73 0.83 0.49
HSL 7.71º 0.71% 0.3% -
HSV(B) 7.71º 0.83% 0.51% -
XYZ 10.14 6.14 1.41 -
YUV 62.81 104.97 176.64 -
System Red Green Blue C M Y K H S L
Decimal 131 36 22 0 0.73 0.83 0.49 7.71 0.71 0.3
Hex 83 24 16 0 49 53 31 8 47 1E
Octal 203 44 26 0 111 123 61 10 107 36
Binary 10000011 100100 10110 0 1001001 1010011 110001 1000 1000111 11110

Color Harmonies of #832416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832416

Black with #832416

Text Example


Text Example

White with #832416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832416; }

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

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

background-color css

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

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

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

border-color css

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

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

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