Html Css Color HEX #832610 Falu Red

📋 copy color: '#832610'

red 131 ◦ green 38 ◦ blue 16

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

Shades of Falu Red #832610

Tints of Falu Red #832610

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20.54%

 BLUE value IS 16 (6.64% from 255) = 8.65%

R = 70.81%
G = 20.54%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#832610 (or 0x832610) is known color: Falu Red. HEX triplet: 83, 26 and 10. RGB value is (131,38,16). Sum of RGB (Red+Green+Blue) = 131+38+16=185 (24% of max value = 765). Red value is 131 (51.56% from 255 or 70.81% from 185); Green value is 38 (15.23% from 255 or 20.54% from 185); Blue value is 16 (6.64% from 255 or 8.65% from 185); Max value from RGB is 131 - color contains mainly: red. Hex color #832610 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832610 is #7CD9EF. Grayscale: #3F3F3F. Windows color (decimal): -8182256 or 1058435. OLE color: 1058435.

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

Color convert

RGB 131 38 16 -
CMYK 0 0.71 0.88 0.49
HSL 11.48º 0.78% 0.29% -
HSV(B) 11.48º 0.88% 0.51% -
XYZ 10.15 6.25 1.16 -
YUV 63.3 101.31 176.29 -
System Red Green Blue C M Y K H S L
Decimal 131 38 16 0 0.71 0.88 0.49 11.48 0.78 0.29
Hex 83 26 10 0 47 58 31 B 4E 1D
Octal 203 46 20 0 107 130 61 13 116 35
Binary 10000011 100110 10000 0 1000111 1011000 110001 1011 1001110 11101

Color Harmonies of #832610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832610

Black with #832610

Text Example


Text Example

White with #832610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832610; }

 p { color: rgb(131,38,16); }

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

background-color css

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

 a { background-color: rgb(131,38,16); }

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

border-color css

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

 span { border-color: rgb(131,38,16); }

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