Html Css Color HEX #832117 Falu Red

📋 copy color: '#832117'

red 131 ◦ green 33 ◦ blue 23

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

Shades of Falu Red #832117

Tints of Falu Red #832117

RGB

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

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

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

R = 70.05%
G = 17.65%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#832117 (or 0x832117) is known color: Falu Red. HEX triplet: 83, 21 and 17. RGB value is (131,33,23). Sum of RGB (Red+Green+Blue) = 131+33+23=187 (24% of max value = 765). Red value is 131 (51.56% from 255 or 70.05% from 187); Green value is 33 (13.28% from 255 or 17.65% from 187); Blue value is 23 (9.38% from 255 or 12.30% from 187); Max value from RGB is 131 - color contains mainly: red. Hex color #832117 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832117 is #7CDEE8. Grayscale: #3D3D3D. Windows color (decimal): -8183529 or 1515907. OLE color: 1515907.

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

Color convert

RGB 131 33 23 -
CMYK 0 0.75 0.82 0.49
HSL 5.56º 0.7% 0.3% -
HSV(B) 5.56º 0.82% 0.51% -
XYZ 10.06 5.97 1.43 -
YUV 61.16 106.47 177.81 -
System Red Green Blue C M Y K H S L
Decimal 131 33 23 0 0.75 0.82 0.49 5.56 0.7 0.3
Hex 83 21 17 0 4B 52 31 6 46 1E
Octal 203 41 27 0 113 122 61 6 106 36
Binary 10000011 100001 10111 0 1001011 1010010 110001 110 1000110 11110

Color Harmonies of #832117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832117

Black with #832117

Text Example


Text Example

White with #832117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832117; }

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

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

background-color css

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

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

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

border-color css

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

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

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