Html Css Color HEX #832113 Falu Red

📋 copy color: '#832113'

red 131 ◦ green 33 ◦ blue 19

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

Shades of Falu Red #832113

Tints of Falu Red #832113

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.03%

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

R = 71.58%
G = 18.03%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#832113 (or 0x832113) is known color: Falu Red. HEX triplet: 83, 21 and 13. RGB value is (131,33,19). Sum of RGB (Red+Green+Blue) = 131+33+19=183 (24% of max value = 765). Red value is 131 (51.56% from 255 or 71.58% from 183); Green value is 33 (13.28% from 255 or 18.03% from 183); Blue value is 19 (7.81% from 255 or 10.38% from 183); Max value from RGB is 131 - color contains mainly: red. Hex color #832113 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832113 is #7CDEEC. Grayscale: #3C3C3C. Windows color (decimal): -8183533 or 1253763. OLE color: 1253763.

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

Color convert

RGB 131 33 19 -
CMYK 0 0.75 0.85 0.49
HSL 7.5º 0.75% 0.29% -
HSV(B) 7.5º 0.85% 0.51% -
XYZ 10.02 5.96 1.24 -
YUV 60.71 104.47 178.14 -
System Red Green Blue C M Y K H S L
Decimal 131 33 19 0 0.75 0.85 0.49 7.5 0.75 0.29
Hex 83 21 13 0 4B 55 31 8 4B 1D
Octal 203 41 23 0 113 125 61 10 113 35
Binary 10000011 100001 10011 0 1001011 1010101 110001 1000 1001011 11101

Color Harmonies of #832113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832113

Black with #832113

Text Example


Text Example

White with #832113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832113; }

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

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

background-color css

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

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

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

border-color css

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

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

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