Html Css Color HEX #832313 Falu Red

📋 copy color: '#832313'

red 131 ◦ green 35 ◦ blue 19

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

Shades of Falu Red #832313

Tints of Falu Red #832313

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.92%

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

R = 70.81%
G = 18.92%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#832313 (or 0x832313) is known color: Falu Red. HEX triplet: 83, 23 and 13. RGB value is (131,35,19). Sum of RGB (Red+Green+Blue) = 131+35+19=185 (24% of max value = 765). Red value is 131 (51.56% from 255 or 70.81% from 185); Green value is 35 (14.06% from 255 or 18.92% from 185); Blue value is 19 (7.81% from 255 or 10.27% from 185); Max value from RGB is 131 - color contains mainly: red. Hex color #832313 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832313 is #7CDCEC. Grayscale: #3E3E3E. Windows color (decimal): -8183021 or 1254275. OLE color: 1254275.

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

Color convert

RGB 131 35 19 -
CMYK 0 0.73 0.85 0.49
HSL 8.57º 0.75% 0.29% -
HSV(B) 8.57º 0.85% 0.51% -
XYZ 10.08 6.07 1.26 -
YUV 61.88 103.8 177.3 -
System Red Green Blue C M Y K H S L
Decimal 131 35 19 0 0.73 0.85 0.49 8.57 0.75 0.29
Hex 83 23 13 0 49 55 31 9 4B 1D
Octal 203 43 23 0 111 125 61 11 113 35
Binary 10000011 100011 10011 0 1001001 1010101 110001 1001 1001011 11101

Color Harmonies of #832313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832313

Black with #832313

Text Example


Text Example

White with #832313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832313; }

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

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

background-color css

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

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

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

border-color css

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

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

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