Html Css Color HEX #832017 Falu Red

📋 copy color: '#832017'

red 131 ◦ green 32 ◦ blue 23

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

Shades of Falu Red #832017

Tints of Falu Red #832017

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.2%

 BLUE value IS 23 (9.38% from 255) = 12.37%

R = 70.43%
G = 17.2%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#832017 (or 0x832017) is known color: Falu Red. HEX triplet: 83, 20 and 17. RGB value is (131,32,23). Sum of RGB (Red+Green+Blue) = 131+32+23=186 (24% of max value = 765). Red value is 131 (51.56% from 255 or 70.43% from 186); Green value is 32 (12.89% from 255 or 17.20% from 186); Blue value is 23 (9.38% from 255 or 12.37% from 186); Max value from RGB is 131 - color contains mainly: red. Hex color #832017 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832017 is #7CDFE8. Grayscale: #3C3C3C. Windows color (decimal): -8183785 or 1515651. OLE color: 1515651.

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

Color convert

RGB 131 32 23 -
CMYK 0 0.76 0.82 0.49
HSL 0.7% 0.3% -
HSV(B) 0.82% 0.51% -
XYZ 10.03 5.92 1.42 -
YUV 60.58 106.8 178.23 -
System Red Green Blue C M Y K H S L
Decimal 131 32 23 0 0.76 0.82 0.49 5 0.7 0.3
Hex 83 20 17 0 4C 52 31 5 46 1E
Octal 203 40 27 0 114 122 61 5 106 36
Binary 10000011 100000 10111 0 1001100 1010010 110001 101 1000110 11110

Color Harmonies of #832017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832017

Black with #832017

Text Example


Text Example

White with #832017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832017; }

 p { color: rgb(131,32,23); }

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

background-color css

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

 a { background-color: rgb(131,32,23); }

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

border-color css

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

 span { border-color: rgb(131,32,23); }

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