Html Css Color HEX #832511 Falu Red

📋 copy color: '#832511'

red 131 ◦ green 37 ◦ blue 17

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

Shades of Falu Red #832511

Tints of Falu Red #832511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 9.19%

R = 70.81%
G = 20%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#832511 (or 0x832511) is known color: Falu Red. HEX triplet: 83, 25 and 11. RGB value is (131,37,17). Sum of RGB (Red+Green+Blue) = 131+37+17=185 (24% of max value = 765). Red value is 131 (51.56% from 255 or 70.81% from 185); Green value is 37 (14.84% from 255 or 20% from 185); Blue value is 17 (7.03% from 255 or 9.19% from 185); Max value from RGB is 131 - color contains mainly: red. Hex color #832511 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832511 is #7CDAEE. Grayscale: #3E3E3E. Windows color (decimal): -8182511 or 1123715. OLE color: 1123715.

HSL color Cylindrical-coordinate representation of color #832511: hue angle of 10.53º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #832511 is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 37 17 -
CMYK 0 0.72 0.87 0.49
HSL 10.53º 0.77% 0.29% -
HSV(B) 10.53º 0.87% 0.51% -
XYZ 10.12 6.19 1.19 -
YUV 62.83 102.14 176.63 -
System Red Green Blue C M Y K H S L
Decimal 131 37 17 0 0.72 0.87 0.49 10.53 0.77 0.29
Hex 83 25 11 0 48 57 31 B 4D 1D
Octal 203 45 21 0 110 127 61 13 115 35
Binary 10000011 100101 10001 0 1001000 1010111 110001 1011 1001101 11101

Color Harmonies of #832511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832511

Black with #832511

Text Example


Text Example

White with #832511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832511; }

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

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

background-color css

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

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

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

border-color css

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

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

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