Html Css Color HEX #832513 Falu Red

📋 copy color: '#832513'

red 131 ◦ green 37 ◦ blue 19

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

Shades of Falu Red #832513

Tints of Falu Red #832513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.16%

R = 70.05%
G = 19.79%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#832513 (or 0x832513) is known color: Falu Red. HEX triplet: 83, 25 and 13. RGB value is (131,37,19). Sum of RGB (Red+Green+Blue) = 131+37+19=187 (24% of max value = 765). Red value is 131 (51.56% from 255 or 70.05% from 187); Green value is 37 (14.84% from 255 or 19.79% from 187); Blue value is 19 (7.81% from 255 or 10.16% from 187); Max value from RGB is 131 - color contains mainly: red. Hex color #832513 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832513 is #7CDAEC. Grayscale: #3F3F3F. Windows color (decimal): -8182509 or 1254787. OLE color: 1254787.

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

Color convert

RGB 131 37 19 -
CMYK 0 0.72 0.85 0.49
HSL 9.64º 0.75% 0.29% -
HSV(B) 9.64º 0.85% 0.51% -
XYZ 10.14 6.2 1.28 -
YUV 63.05 103.14 176.46 -
System Red Green Blue C M Y K H S L
Decimal 131 37 19 0 0.72 0.85 0.49 9.64 0.75 0.29
Hex 83 25 13 0 48 55 31 A 4B 1D
Octal 203 45 23 0 110 125 61 12 113 35
Binary 10000011 100101 10011 0 1001000 1010101 110001 1010 1001011 11101

Color Harmonies of #832513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832513

Black with #832513

Text Example


Text Example

White with #832513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832513; }

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

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

background-color css

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

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

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

border-color css

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

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

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