Html Css Color HEX #832312 Falu Red

📋 copy color: '#832312'

red 131 ◦ green 35 ◦ blue 18

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

Shades of Falu Red #832312

Tints of Falu Red #832312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.78%

R = 71.2%
G = 19.02%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#832312 (or 0x832312) is known color: Falu Red. HEX triplet: 83, 23 and 12. RGB value is (131,35,18). Sum of RGB (Red+Green+Blue) = 131+35+18=184 (24% of max value = 765). Red value is 131 (51.56% from 255 or 71.20% from 184); Green value is 35 (14.06% from 255 or 19.02% from 184); Blue value is 18 (7.42% from 255 or 9.78% from 184); Max value from RGB is 131 - color contains mainly: red. Hex color #832312 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832312 is #7CDCED. Grayscale: #3D3D3D. Windows color (decimal): -8183022 or 1188739. OLE color: 1188739.

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

Color convert

RGB 131 35 18 -
CMYK 0 0.73 0.86 0.49
HSL 9.03º 0.76% 0.29% -
HSV(B) 9.03º 0.86% 0.51% -
XYZ 10.07 6.07 1.21 -
YUV 61.77 103.3 177.38 -
System Red Green Blue C M Y K H S L
Decimal 131 35 18 0 0.73 0.86 0.49 9.03 0.76 0.29
Hex 83 23 12 0 49 56 31 9 4C 1D
Octal 203 43 22 0 111 126 61 11 114 35
Binary 10000011 100011 10010 0 1001001 1010110 110001 1001 1001100 11101

Color Harmonies of #832312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832312

Black with #832312

Text Example


Text Example

White with #832312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832312; }

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

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

background-color css

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

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

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

border-color css

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

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

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