Html Css Color HEX #832613 Falu Red

📋 copy color: '#832613'

red 131 ◦ green 38 ◦ blue 19

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

Shades of Falu Red #832613

Tints of Falu Red #832613

RGB

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

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

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

R = 69.68%
G = 20.21%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#832613 (or 0x832613) is known color: Falu Red. HEX triplet: 83, 26 and 13. RGB value is (131,38,19). Sum of RGB (Red+Green+Blue) = 131+38+19=188 (24% of max value = 765). Red value is 131 (51.56% from 255 or 69.68% from 188); Green value is 38 (15.23% from 255 or 20.21% from 188); Blue value is 19 (7.81% from 255 or 10.11% from 188); Max value from RGB is 131 - color contains mainly: red. Hex color #832613 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832613 is #7CD9EC. Grayscale: #3F3F3F. Windows color (decimal): -8182253 or 1255043. OLE color: 1255043.

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

Color convert

RGB 131 38 19 -
CMYK 0 0.71 0.85 0.49
HSL 10.18º 0.75% 0.29% -
HSV(B) 10.18º 0.85% 0.51% -
XYZ 10.17 6.26 1.29 -
YUV 63.64 102.81 176.04 -
System Red Green Blue C M Y K H S L
Decimal 131 38 19 0 0.71 0.85 0.49 10.18 0.75 0.29
Hex 83 26 13 0 47 55 31 A 4B 1D
Octal 203 46 23 0 107 125 61 12 113 35
Binary 10000011 100110 10011 0 1000111 1010101 110001 1010 1001011 11101

Color Harmonies of #832613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832613

Black with #832613

Text Example


Text Example

White with #832613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832613; }

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

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

background-color css

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

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

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

border-color css

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

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

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